Bump the all-github-actions group across 1 directory with 5 updates
Bumps the all-github-actions group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 4 |
5 |
| docker/setup-buildx-action | 3.10.0 |
3.11.1 |
| docker/login-action | 3.4.0 |
3.5.0 |
| docker/metadata-action | 5.7.0 |
5.8.0 |
| docker/build-push-action | 6.16.0 |
6.18.0 |
Updates actions/checkout from 4 to 5
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)- See full diff in compare view
Updates docker/setup-buildx-action from 3.10.0 to 3.11.1
Release notes
Sourced from docker/setup-buildx-action's releases.
v3.11.1
- Fix
keep-statenot being respected by@crazy-maxin docker/setup-buildx-action#429Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1
v3.11.0
- Keep BuildKit state support by
@crazy-maxin docker/setup-buildx-action#427- Remove aliases created when installing by default by
@hashharin docker/setup-buildx-action#139- Bump
@docker/actions-toolkitfrom 0.56.0 to 0.62.1 in docker/setup-buildx-action#422 docker/setup-buildx-action#425Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0
Commits
e468171Merge pull request #429 from crazy-max/fix-keep-statea3e7502chore: update generated contentb145473fix keep-state not being respected18ce135Merge pull request #425 from docker/dependabot/npm_and_yarn/docker/actions-to...0e198e9chore: update generated content05f3f3abuild(deps): bump@docker/actions-toolkitfrom 0.61.0 to 0.62.16229134Merge pull request #427 from crazy-max/keep-statec6f6a07chore: update generated content6c5e29dskip builder creation if one already exists with the same name548b297ci: keep-state check- Additional commits viewable in compare view
Updates docker/login-action from 3.4.0 to 3.5.0
Release notes
Sourced from docker/login-action's releases.
v3.5.0
- Support dual-stack endpoints for AWS ECR by
@Spacefish@crazy-maxin docker/login-action#874 docker/login-action#876- Bump
@aws-sdk/client-ecrto 3.859.0 in docker/login-action#860 docker/login-action#878- Bump
@aws-sdk/client-ecr-publicto 3.859.0 in docker/login-action#860 docker/login-action#878- Bump
@docker/actions-toolkitfrom 0.57.0 to 0.62.1 in docker/login-action#870- Bump form-data from 2.5.1 to 2.5.5 in docker/login-action#875
Full Changelog: https://github.com/docker/login-action/compare/v3.4.0...v3.5.0
Commits
184bdaaMerge pull request #878 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...5c6bc94chore: update generated contentcaf4058build(deps): bump the aws-sdk-dependencies group with 2 updatesef38ec3Merge pull request #860 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...d52e8efchore: update generated content9644ab7build(deps): bump the aws-sdk-dependencies group with 2 updates7abd1d5Merge pull request #875 from docker/dependabot/npm_and_yarn/form-data-2.5.51a81202Merge pull request #876 from crazy-max/aws-public-dual-stackd1ab30dchore: update generated contentf25ff28support dual-stack for aws public ecr- Additional commits viewable in compare view
Updates docker/metadata-action from 5.7.0 to 5.8.0
Release notes
Sourced from docker/metadata-action's releases.
v5.8.0
- New
is_not_default_branchglobal expression by@crazy-maxin docker/metadata-action#535- Allow to match part of the git tag or value for semver/pep440 types by
@crazy-maxin docker/metadata-action#536 docker/metadata-action#537- Bump
@actions/githubfrom 6.0.0 to 6.0.1 in docker/metadata-action#523- Bump
@docker/actions-toolkitfrom 0.56.0 to 0.62.1 in docker/metadata-action#526- Bump form-data from 2.5.1 to 2.5.5 in docker/metadata-action#533
- Bump moment-timezone from 0.5.47 to 0.6.0 in docker/metadata-action#525
- Bump semver from 7.7.1 to 7.7.2 in docker/metadata-action#524
Full Changelog: https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0
Commits
c1e5197Merge pull request #537 from crazy-max/pep440-match89dd65achore: update generated content699ee45allow to match part of the git tag or value for pep440 typee0542a6Merge pull request #536 from crazy-max/semver-matchb7facdfchore: update generated content81c60dfallow to match part of the git tag or value for semver typede11195Merge pull request #535 from crazy-max/not_def_branch2f9c64bMerge pull request #533 from docker/dependabot/npm_and_yarn/form-data-2.5.5510f746chore: update generated content2bc3f4eis_not_default_branch global expression- Additional commits viewable in compare view
Updates docker/build-push-action from 6.16.0 to 6.18.0
Release notes
Sourced from docker/build-push-action's releases.
v6.18.0
- Bump
@docker/actions-toolkitfrom 0.61.0 to 0.62.1 in docker/build-push-action#1381[!NOTE] Build summary is now supported with Docker Build Cloud.
Full Changelog: https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0
v6.17.0
- Bump
@docker/actions-toolkitfrom 0.59.0 to 0.61.0 by@crazy-maxin docker/build-push-action#1364[!NOTE] Build record is now exported using the
buildx history exportcommand instead of the legacy export-build tool.Full Changelog: https://github.com/docker/build-push-action/compare/v6.16.0...v6.17.0
Commits
2634353Merge pull request #1381 from docker/dependabot/npm_and_yarn/docker/actions-t...c0432d2chore: update generated content0bb1f27set builder driver and endpoint attributes for dbc summary support5f9dbf9chore(deps): Bump@docker/actions-toolkitfrom 0.61.0 to 0.62.10788c44Merge pull request #1375 from crazy-max/remove-gcraa179cae2e: remove GCR1dc7386Merge pull request #1364 from crazy-max/history-export-cmd9c9803fchore: update generated contentdb1f6c4DOCKER_BUILD_EXPORT_LEGACY env var to opt-in for legacy export721e8c7Bump@docker/actions-toolkitfrom 0.59.0 to 0.61.0- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions