Skip to content

chore(deps): update docker/metadata-action action to v6.2.0#83

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker-metadata-action-6.x
Open

chore(deps): update docker/metadata-action action to v6.2.0#83
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker-metadata-action-6.x

Conversation

@renovate

@renovate renovate Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
docker/metadata-action action minor v6.0.0v6.2.0

Release Notes

docker/metadata-action (docker/metadata-action)

v6.2.0

Compare Source

v6.1.0

Compare Source

  • Bump @​docker/actions-toolkit from 0.79.0 to 0.90.0 in #​613
  • Bump brace-expansion from 1.1.12 to 5.0.6 in #​658 #​630
  • Bump csv-parse from 6.1.0 to 6.2.1 in #​617
  • Bump fast-xml-parser from 5.4.2 to 5.8.0 in #​620
  • Bump flatted from 3.3.3 to 3.4.2 in #​623
  • Bump glob from 10.3.15 to 10.5.0 in #​621
  • Bump handlebars from 4.7.8 to 4.7.9 in #​629
  • Bump lodash from 4.17.23 to 4.18.1 in #​639
  • Bump moment-timezone from 0.6.0 to 0.6.1 in #​619
  • Bump picomatch from 4.0.3 to 4.0.4 in #​626
  • Bump postcss from 8.5.6 to 8.5.10 in #​649
  • Bump tar from 6.2.1 to 7.5.15 in #​657
  • Bump undici from 6.23.0 to 6.25.0 in #​614
  • Bump vite from 7.3.1 to 7.3.2 in #​637

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

v6.1.0 Changes (May 2024):

  • Updated @docker/actions-toolkit from 0.79.0 to 0.90.0
  • Multiple dependency security updates including:
    • handlebars 4.7.8 → 4.7.9 (security patch)
    • lodash 4.17.23 → 4.18.1 (security improvements)
    • postcss 8.5.6 → 8.5.10 (security fixes)
    • tar 6.2.1 → 7.5.15 (major version with security improvements)
    • undici 6.23.0 → 6.25.0 (security patches)
  • Other dependency updates: brace-expansion, csv-parse, fast-xml-parser, flatted, glob, moment-timezone, picomatch, vite

v6.2.0 Changes (July 2024):

  • Preserved names in esbuild bundle (internal improvement)
  • Additional dependency updates:
    • @actions/core 3.0.0 → 3.0.1
    • @actions/github 9.0.0 → 9.1.1
    • @docker/actions-toolkit 0.90.0 → 0.92.0
    • csv-parse 6.2.1 → 7.0.0
    • js-yaml 4.1.1 → 4.3.0
    • semver 7.7.4 → 7.8.5
    • And other minor dependency updates

Breaking Changes: None identified in either v6.1.0 or v6.2.0. These are maintenance releases focused on dependency modernization and security updates.

Security Fixes: Multiple security-related dependency updates included (handlebars, lodash, postcss, tar, undici).

🎯 Impact Scope Investigation

Usage Location:

  • Single usage in .github/workflows/release-please.yml:64
  • Action is used to generate Docker image metadata (tags and labels) during the release workflow

Current Usage Pattern:

- uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
  id: meta
  with:
    images: ghcr.io/codize-dev/sandbox
    tags: |
      type=semver,pattern={{version}},value=${{ needs.release-please.outputs.tag }}
      type=semver,pattern={{major}}.{{minor}},value=${{ needs.release-please.outputs.tag }}
      type=semver,pattern={{major}},value=${{ needs.release-please.outputs.tag }}
      type=sha,format=long,prefix=
      type=raw,value=latest,enable={{is_default_branch}}

Output Consumption:

  • steps.meta.outputs.tags → Used by docker/build-push-action for image tags (.github/workflows/release-please.yml:80)
  • steps.meta.outputs.labels → Used by docker/build-push-action for image labels (.github/workflows/release-please.yml:81)

API Compatibility:

  • All inputs (images, tags) remain unchanged
  • All outputs (tags, labels) remain unchanged
  • No configuration changes required

Impact on Other Dependencies:

  • No cascading impact on other workflow actions
  • Isolated to metadata generation step only

💡 Recommended Actions

Immediate:

  • Safe to merge - This PR can be merged immediately
  • No code changes required
  • No workflow configuration changes needed
  • No testing beyond normal CI/CD pipeline required

Post-Merge:

  • Monitor the next release workflow execution to verify metadata generation works correctly
  • No manual intervention or migration steps needed

Verification:

  • The action's commit hash has been updated from 030e881283bb7a6894de51c315a6bfe6a94e05cf (v6.0.0) to dc802804100637a589fabce1cb79ff13a1411302 (v6.2.0)
  • The pinned hash approach provides additional security by preventing unexpected updates

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@renovate renovate Bot force-pushed the renovate/docker-metadata-action-6.x branch from 72b52f3 to 96be30f Compare July 9, 2026 11:17
@renovate renovate Bot changed the title chore(deps): update docker/metadata-action action to v6.1.0 chore(deps): update docker/metadata-action action to v6.2.0 Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants