Skip to content

chore: actions: bump docker/metadata-action from 5 to 6#223

Merged
aecomet merged 1 commit intomainfrom
dependabot/github_actions/docker/metadata-action-6
Mar 21, 2026
Merged

chore: actions: bump docker/metadata-action from 5 to 6#223
aecomet merged 1 commit intomainfrom
dependabot/github_actions/docker/metadata-action-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps docker/metadata-action from 5 to 6.

Release notes

Sourced from docker/metadata-action's releases.

v6.0.0

Full Changelog: docker/metadata-action@v5.10.0...v6.0.0

v5.10.0

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

v5.8.0

Full Changelog: docker/metadata-action@v5.7.0...v5.8.0

v5.7.0

Full Changelog: docker/metadata-action@v5.6.1...v5.7.0

... (truncated)

Commits
  • 030e881 Merge pull request #607 from crazy-max/allow-comments
  • 4b529ac chore: update generated content
  • b0082b3 preserve comments in list input values with commentNoInfix
  • 7b19fec Merge pull request #604 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 281c9b0 chore: update generated content
  • 5f43b3b test: stabilize github mock setup since ESM
  • 9d53276 github class moved since actions-toolkit v0.77.0
  • eaa3d39 chore(deps): Bump @​docker/actions-toolkit from 0.68.0 to 0.77.0
  • 6b695f7 Merge pull request #605 from crazy-max/node24
  • a1afadc node 24 as default runtime
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 16, 2026
@aecomet aecomet requested a review from Copilot March 21, 2026 04:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

GitHub Actions のコンテナイメージビルド工程で利用している docker/metadata-action を v5 から v6 にメジャーアップデートし、タグ/ラベル生成ステップを最新仕様に追従させるPRです。

Changes:

  • .github/workflows/app-release.ymldocker/metadata-action@v5@v6 に更新

@@ -83,7 +83,7 @@ jobs:
- name: Enable docker buildx
uses: docker/setup-buildx-action@v4

Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker/metadata-action@v6 はデフォルト実行環境が Node 24 になり、Actions Runner v2.327.1 以降が必須です。GitHub-hosted runner(ubuntu-latest)なら問題になりにくいですが、将来的に self-hosted へ切り替える可能性がある場合は Runner バージョン要件をREADME等に明記するか、事前に Runner 更新計画があることを確認してください。

Suggested change
# NOTE:
# docker/metadata-action@v6 はデフォルト実行環境として Node 24 を使用します。
# self-hosted runner を利用する場合は、Actions Runner v2.327.1 以降が必須です。
# self-hosted への移行時には、Runner のバージョン更新計画を確認するか、
# 本要件を README などのドキュメントに明記してください。

Copilot uses AI. Check for mistakes.
@aecomet
Copy link
Copy Markdown
Owner

aecomet commented Mar 21, 2026

@dependabot rebase

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/docker/metadata-action-6 branch from a98ad98 to 6627e57 Compare March 21, 2026 04:26
@aecomet
Copy link
Copy Markdown
Owner

aecomet commented Mar 21, 2026

@dependabot rebase

@aecomet aecomet merged commit f1c271d into main Mar 21, 2026
1 check passed
@aecomet aecomet deleted the dependabot/github_actions/docker/metadata-action-6 branch March 21, 2026 04:27
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2026

Oh no! Something went wrong on our end. Please try again later.

If the problem persists, please contact GitHub support for assistance 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants