Skip to content

ci: bump docker/metadata-action from 5 to 6#35

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/docker/metadata-action-6
Open

ci: bump docker/metadata-action from 5 to 6#35
dependabot[bot] wants to merge 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 Apr 13, 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)

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>
Copy link
Copy Markdown
Owner

@nitecon nitecon left a comment

Choose a reason for hiding this comment

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

Eventic PR Review — docker/metadata-action v5 → v6

Overview

Single-line bump in .github/workflows/release.yml updating docker/metadata-action from v5 to v6. Dependabot-generated, no code changes.

Key Changes in v6

  • Node 24 runtime — requires Actions Runner v2.327.1+. GitHub-hosted runners already meet this; self-hosted runners must be updated if applicable.
  • Comment handling# inside list input values is now preserved (only full-line # treated as comments). Check your tags: block if you rely on inline # comments.
  • ESM migration — internal to the action, no consumer-facing API breakage.
  • Dependency bumps — lodash, @actions/core 3.0, @actions/github 9.0, @docker/actions-toolkit 0.79.

Risk Assessment

  • Breaking change risk: Low. The tag configuration in this workflow uses standard type= directives with no inline # comments, so the comment-handling change is a no-op here.
  • Runner compatibility: Low risk for GitHub-hosted. If this repo uses self-hosted runners for releases, verify runner version ≥ v2.327.1.
  • Functional risk: Low. The action's inputs/outputs API is unchanged between v5 and v6.

Concerns

  • Major version bump — per policy, this requires manual user approval before merge.

Verdict

Looks good — low-risk major bump driven by Node runtime modernization. All CI checks passing so far (a few still in progress). Recommend merging once all checks complete.


🤖 Reviewed by Eventic SRE Automation

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant