Skip to content

chore(deps): bump docker/metadata-action from 4 to 6.1.0#5162

Closed
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/github_actions/docker/metadata-action-6.1.0
Closed

chore(deps): bump docker/metadata-action from 4 to 6.1.0#5162
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/github_actions/docker/metadata-action-6.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps docker/metadata-action from 4 to 6.1.0.

Release notes

Sourced from docker/metadata-action's releases.

v6.1.0

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

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

... (truncated)

Commits
  • 80c7e94 Merge pull request #613 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 8e0ddab chore: update generated content
  • a8db14b chore(deps): Bump @​docker/actions-toolkit from 0.79.0 to 0.90.0
  • 63a7371 Merge pull request #617 from docker/dependabot/npm_and_yarn/csv-parse-6.2.0
  • c6916a6 chore: update generated content
  • aca9205 chore(deps): Bump csv-parse from 6.1.0 to 6.2.1
  • 9dcfe60 Merge pull request #629 from docker/dependabot/npm_and_yarn/handlebars-4.7.9
  • 43dea76 chore: update generated content
  • 7a56f5a chore(deps): Bump handlebars from 4.7.8 to 4.7.9
  • e49e0aa Merge pull request #658 from docker/dependabot/npm_and_yarn/brace-expansion-5...
  • 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 4 to 6.1.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v4...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies github_actions Pull requests that update GitHub Actions code labels Jul 9, 2026
@dependabot dependabot Bot requested a review from rschlaefli as a code owner July 9, 2026 15:45
@dependabot dependabot Bot added dependencies github_actions Pull requests that update GitHub Actions code labels Jul 9, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 9, 2026
@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

Routine dependency bump with no logic changes; all 26 workflow files receive the same mechanical update.

Every change is identical — the docker/metadata-action version tag is updated from v4 to v6.1.0 in 52 places across 26 workflow files. No inputs, outputs, or surrounding workflow logic are touched. The v6 major release's only notable requirement is Actions Runner >= v2.327.1 for the Node 24 runtime, which GitHub-hosted runners already meet.

No files require special attention; all changes follow the same mechanical pattern.

Important Files Changed

Filename Overview
.github/workflows/v3_analytics-prd.yml Bumps docker/metadata-action from v4 to v6.1.0 (two occurrences, arm + amd builds)
.github/workflows/v3_auth-prd.yml Bumps docker/metadata-action from v4 to v6.1.0 (two occurrences, arm + amd builds)
.github/workflows/v3_backend-docker-prd.yml Bumps docker/metadata-action from v4 to v6.1.0 (two occurrences, arm + amd builds)
.github/workflows/v3_frontend-pwa-docker-prd.yml Bumps docker/metadata-action from v4 to v6.1.0 (two occurrences, arm + amd builds)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[GitHub Actions Workflow Trigger] --> B[Build ARM Image]
    A --> C[Build AMD Image]
    B --> D["docker/metadata-action@v6.1.0\n(was @v4)"]
    C --> E["docker/metadata-action@v6.1.0\n(was @v4)"]
    D --> F[Generate Image Tags & Labels]
    E --> G[Generate Image Tags & Labels]
    F --> H[docker/build-push-action]
    G --> H
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[GitHub Actions Workflow Trigger] --> B[Build ARM Image]
    A --> C[Build AMD Image]
    B --> D["docker/metadata-action@v6.1.0\n(was @v4)"]
    C --> E["docker/metadata-action@v6.1.0\n(was @v4)"]
    D --> F[Generate Image Tags & Labels]
    E --> G[Generate Image Tags & Labels]
    F --> H[docker/build-push-action]
    G --> H
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump docker/metadata-action..." | Re-trigger Greptile

@rschlaefli rschlaefli closed this Jul 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/docker/metadata-action-6.1.0 branch July 12, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies github_actions Pull requests that update GitHub Actions code size:XS This PR changes 0-9 lines, ignoring generated files.

Development

Successfully merging this pull request may close these issues.

1 participant