Bump the github-actions group with 2 updates by dependabot[bot] · Pull Request #58 · beevelop/docker-android
Bumps the github-actions group with 2 updates: docker/metadata-action and docker/build-push-action.
Updates docker/metadata-action from 5 to 6
Release notes
Sourced from docker/metadata-action's releases.
v6.0.0
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by
@crazy-maxin docker/metadata-action#605- List inputs now preserve
#inside values while still supporting full-line#comments by@crazy-maxin docker/metadata-action#607- Switch to ESM and update config/test wiring by
@crazy-maxin docker/metadata-action#602- Bump lodash from 4.17.21 to 4.17.23 in docker/metadata-action#588
- Bump
@actions/corefrom 1.11.1 to 3.0.0 in docker/metadata-action#599- Bump
@actions/githubfrom 6.0.1 to 9.0.0 in docker/metadata-action#597- Bump
@docker/actions-toolkitfrom 0.68.0 to 0.79.0 in docker/metadata-action#604- Bump
@isaacs/brace-expansionfrom 5.0.0 to 5.0.1 in docker/metadata-action#600- Bump semver from 7.7.3 to 7.7.4 in docker/metadata-action#603
Full Changelog: docker/metadata-action@v5.10.0...v6.0.0
v5.10.0
- Bump
@docker/actions-toolkitfrom 0.66.0 to 0.68.0 in docker/metadata-action#559 docker/metadata-action#569- Bump js-yaml from 3.14.1 to 3.14.2 in docker/metadata-action#564
Full Changelog: docker/metadata-action@v5.9.0...v5.10.0
v5.9.0
- Add
tag-namesoutput to return tag names without image base name by@crazy-maxin docker/metadata-action#553- Bump
@babel/runtime-corejs3from 7.14.7 to 7.28.2 in docker/metadata-action#539- Bump
@docker/actions-toolkitfrom 0.62.1 to 0.66.0 in docker/metadata-action#555- Bump brace-expansion from 1.1.11 to 1.1.12 in docker/metadata-action#540
- Bump csv-parse from 5.6.0 to 6.1.0 in docker/metadata-action#532
- Bump semver from 7.7.2 to 7.7.3 in in docker/metadata-action#554
- Bump tmp from 0.2.3 to 0.2.5 in docker/metadata-action#541
Full Changelog: docker/metadata-action@v5.8.0...v5.9.0
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: docker/metadata-action@v5.7.0...v5.8.0
v5.7.0
- Global expressions support for labels and annotations by
@crazy-maxin docker/metadata-action#489- Support disabling outputs as environment variables by
@omusin docker/metadata-action#497- Bump
@docker/actions-toolkitfrom 0.44.0 to 0.56.0 in docker/metadata-action#507 docker/metadata-action#509- Bump csv-parse from 5.5.6 to 5.6.0 in docker/metadata-action#482
- Bump moment-timezone from 0.5.46 to 0.5.47 in docker/metadata-action#501
- Bump semver from 7.6.3 to 7.7.1 in docker/metadata-action#504
Full Changelog: docker/metadata-action@v5.6.1...v5.7.0
... (truncated)
Commits
030e881Merge pull request #607 from crazy-max/allow-comments4b529acchore: update generated contentb0082b3preserve comments in list input values with commentNoInfix7b19fecMerge pull request #604 from docker/dependabot/npm_and_yarn/docker/actions-to...281c9b0chore: update generated content5f43b3btest: stabilize github mock setup since ESM9d53276github class moved since actions-toolkit v0.77.0eaa3d39chore(deps): Bump@docker/actions-toolkitfrom 0.68.0 to 0.77.06b695f7Merge pull request #605 from crazy-max/node24a1afadcnode 24 as default runtime- Additional commits viewable in compare view
Updates docker/build-push-action from 6 to 7
Release notes
Sourced from docker/build-push-action's releases.
v7.0.0
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by
@crazy-maxin docker/build-push-action#1470- Remove deprecated
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by@crazy-maxin docker/build-push-action#1473- Remove legacy export-build tool support for build summary by
@crazy-maxin docker/build-push-action#1474- Switch to ESM and update config/test wiring by
@crazy-maxin docker/build-push-action#1466- Bump
@actions/corefrom 1.11.1 to 3.0.0 in docker/build-push-action#1454- Bump
@docker/actions-toolkitfrom 0.62.1 to 0.79.0 in docker/build-push-action#1453 docker/build-push-action#1472 docker/build-push-action#1479- Bump minimatch from 3.1.2 to 3.1.5 in docker/build-push-action#1463
Full Changelog: docker/build-push-action@v6.19.2...v7.0.0
v6.19.2
- Preserve port in
GIT_AUTH_TOKENhost by@crazy-maxin docker/build-push-action#1458Full Changelog: docker/build-push-action@v6.19.1...v6.19.2
v6.19.1
- Derive
GIT_AUTH_TOKENhost from GitHub server URL by@crazy-maxin docker/build-push-action#1456Full Changelog: docker/build-push-action@v6.19.0...v6.19.1
v6.19.0
- Scope default git auth token to
github.comby@crazy-maxin docker/build-push-action#1451- Bump brace-expansion from 1.1.11 to 1.1.12 in docker/build-push-action#1396
- Bump form-data from 2.5.1 to 2.5.5 in docker/build-push-action#1391
- Bump js-yaml from 3.14.1 to 3.14.2 in docker/build-push-action#1429
- Bump lodash from 4.17.21 to 4.17.23 in docker/build-push-action#1446
- Bump tmp from 0.2.3 to 0.2.4 in docker/build-push-action#1398
- Bump undici from 5.28.4 to 5.29.0 in docker/build-push-action#1397
Full Changelog: docker/build-push-action@v6.18.0...v6.19.0
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: docker/build-push-action@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: docker/build-push-action@v6.16.0...v6.17.0
v6.16.0
- Handle no default attestations env var by
@crazy-maxin docker/build-push-action#1343
... (truncated)
Commits
d08e5c3Merge pull request #1479 from docker/dependabot/npm_and_yarn/docker/actions-t...cbd2dffchore: update generated contentf76f51fchore(deps): Bump@docker/actions-toolkitfrom 0.78.0 to 0.79.07d03e66Merge pull request #1473 from crazy-max/rm-deprecated-envs98f853dchore: update generated contentcadccf6remove deprecated envs03fe877Merge pull request #1478 from docker/dependabot/github_actions/docker/setup-b...827e366chore(deps): Bump docker/setup-buildx-action from 3 to 4e25db87Merge pull request #1474 from crazy-max/rm-export-build-tool1ac2573Merge pull request #1470 from crazy-max/node24- Additional commits viewable 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 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