This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/metadata-action](https://github.com/docker/metadata-action) | action | major | `v5` → `v6` |
---
### Release Notes
<details>
<summary>docker/metadata-action (docker/metadata-action)</summary>
### [`v6.2.0`](https://github.com/docker/metadata-action/releases/tag/v6.2.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v6.1.0...v6.2.0)
- Preserve names in esbuild bundle by [@​crazy-max](https://github.com/crazy-max) in [#​689](https://github.com/docker/metadata-action/pull/689)
- Bump [@​actions/core](https://github.com/actions/core) from 3.0.0 to 3.0.1 in [#​663](https://github.com/docker/metadata-action/pull/663)
- Bump [@​actions/github](https://github.com/actions/github) from 9.0.0 to 9.1.1 in [#​666](https://github.com/docker/metadata-action/pull/666)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.90.0 to 0.92.0 in [#​672](https://github.com/docker/metadata-action/pull/672) [#​696](https://github.com/docker/metadata-action/pull/696)
- Bump [@​sigstore/core](https://github.com/sigstore/core) from 3.1.0 to 3.2.1 in [#​690](https://github.com/docker/metadata-action/pull/690)
- Bump [@​sigstore/verify](https://github.com/sigstore/verify) from 3.1.0 to 3.1.1 in [#​693](https://github.com/docker/metadata-action/pull/693)
- Bump csv-parse from 6.2.1 to 7.0.0 in [#​683](https://github.com/docker/metadata-action/pull/683)
- Bump js-yaml from 4.1.1 to 4.3.0 in [#​688](https://github.com/docker/metadata-action/pull/688)
- Bump moment-timezone from 0.6.1 to 0.6.2 in [#​664](https://github.com/docker/metadata-action/pull/664)
- Bump semver from 7.7.4 to 7.8.5 in [#​665](https://github.com/docker/metadata-action/pull/665) [#​695](https://github.com/docker/metadata-action/pull/695)
- Bump sigstore from 4.1.0 to 4.1.1 in [#​694](https://github.com/docker/metadata-action/pull/694)
- Bump tmp from 0.2.5 to 0.2.7 in [#​673](https://github.com/docker/metadata-action/pull/673)
- Bump undici from 6.25.0 to 6.27.0 in [#​686](https://github.com/docker/metadata-action/pull/686)
- Bump vite from 7.3.2 to 7.3.6 in [#​685](https://github.com/docker/metadata-action/pull/685)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v6.1.0...v6.2.0>
### [`v6.1.0`](https://github.com/docker/metadata-action/releases/tag/v6.1.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v6...v6.1.0)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.79.0 to 0.90.0 in [#​613](https://github.com/docker/metadata-action/pull/613)
- Bump brace-expansion from 1.1.12 to 5.0.6 in [#​658](https://github.com/docker/metadata-action/pull/658) [#​630](https://github.com/docker/metadata-action/pull/630)
- Bump csv-parse from 6.1.0 to 6.2.1 in [#​617](https://github.com/docker/metadata-action/pull/617)
- Bump fast-xml-parser from 5.4.2 to 5.8.0 in [#​620](https://github.com/docker/metadata-action/pull/620)
- Bump flatted from 3.3.3 to 3.4.2 in [#​623](https://github.com/docker/metadata-action/pull/623)
- Bump glob from 10.3.15 to 10.5.0 in [#​621](https://github.com/docker/metadata-action/pull/621)
- Bump handlebars from 4.7.8 to 4.7.9 in [#​629](https://github.com/docker/metadata-action/pull/629)
- Bump lodash from 4.17.23 to 4.18.1 in [#​639](https://github.com/docker/metadata-action/pull/639)
- Bump moment-timezone from 0.6.0 to 0.6.1 in [#​619](https://github.com/docker/metadata-action/pull/619)
- Bump picomatch from 4.0.3 to 4.0.4 in [#​626](https://github.com/docker/metadata-action/pull/626)
- Bump postcss from 8.5.6 to 8.5.10 in [#​649](https://github.com/docker/metadata-action/pull/649)
- Bump tar from 6.2.1 to 7.5.15 in [#​657](https://github.com/docker/metadata-action/pull/657)
- Bump undici from 6.23.0 to 6.25.0 in [#​614](https://github.com/docker/metadata-action/pull/614)
- Bump vite from 7.3.1 to 7.3.2 in [#​637](https://github.com/docker/metadata-action/pull/637)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v6.0.0...v6.1.0>
### [`v6.0.0`](https://github.com/docker/metadata-action/releases/tag/v6.0.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v6...v6)
- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@​crazy-max](https://github.com/crazy-max) in [#​605](https://github.com/docker/metadata-action/pull/605)
- List inputs now preserve `#` inside values while still supporting full-line `#` comments by [@​crazy-max](https://github.com/crazy-max) in [#​607](https://github.com/docker/metadata-action/pull/607)
- Switch to ESM and update config/test wiring by [@​crazy-max](https://github.com/crazy-max) in [#​602](https://github.com/docker/metadata-action/pull/602)
- Bump lodash from 4.17.21 to 4.17.23 in [#​588](https://github.com/docker/metadata-action/pull/588)
- Bump [@​actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#​599](https://github.com/docker/metadata-action/pull/599)
- Bump [@​actions/github](https://github.com/actions/github) from 6.0.1 to 9.0.0 in [#​597](https://github.com/docker/metadata-action/pull/597)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.68.0 to 0.79.0 in [#​604](https://github.com/docker/metadata-action/pull/604)
- Bump [@​isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#​600](https://github.com/docker/metadata-action/pull/600)
- Bump semver from 7.7.3 to 7.7.4 in [#​603](https://github.com/docker/metadata-action/pull/603)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.10.0...v6.0.0>
### [`v6`](https://github.com/docker/metadata-action/compare/v5.10.0...v6)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.10.0...v6)
### [`v5.10.0`](https://github.com/docker/metadata-action/releases/tag/v5.10.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.9.0...v5.10.0)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.66.0 to 0.68.0 in [#​559](https://github.com/docker/metadata-action/pull/559) [#​569](https://github.com/docker/metadata-action/pull/569)
- Bump js-yaml from 3.14.1 to 3.14.2 in [#​564](https://github.com/docker/metadata-action/pull/564)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.9.0...v5.10.0>
### [`v5.9.0`](https://github.com/docker/metadata-action/releases/tag/v5.9.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.8.0...v5.9.0)
- Add `tag-names` output to return tag names without image base name by [@​crazy-max](https://github.com/crazy-max) in [#​553](https://github.com/docker/metadata-action/pull/553)
- Bump [@​babel/runtime-corejs3](https://github.com/babel/runtime-corejs3) from 7.14.7 to 7.28.2 in [#​539](https://github.com/docker/metadata-action/pull/539)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.66.0 in [#​555](https://github.com/docker/metadata-action/pull/555)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#​540](https://github.com/docker/metadata-action/pull/540)
- Bump csv-parse from 5.6.0 to 6.1.0 in [#​532](https://github.com/docker/metadata-action/pull/532)
- Bump semver from 7.7.2 to 7.7.3 in in [#​554](https://github.com/docker/metadata-action/pull/554)
- Bump tmp from 0.2.3 to 0.2.5 in [#​541](https://github.com/docker/metadata-action/pull/541)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.8.0...v5.9.0>
### [`v5.8.0`](https://github.com/docker/metadata-action/releases/tag/v5.8.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0)
- New `is_not_default_branch` global expression by [@​crazy-max](https://github.com/crazy-max) in [#​535](https://github.com/docker/metadata-action/pull/535)
- Allow to match part of the git tag or value for semver/pep440 types by [@​crazy-max](https://github.com/crazy-max) in [#​536](https://github.com/docker/metadata-action/pull/536) [#​537](https://github.com/docker/metadata-action/pull/537)
- Bump [@​actions/github](https://github.com/actions/github) from 6.0.0 to 6.0.1 in [#​523](https://github.com/docker/metadata-action/pull/523)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.56.0 to 0.62.1 in [#​526](https://github.com/docker/metadata-action/pull/526)
- Bump form-data from 2.5.1 to 2.5.5 in [#​533](https://github.com/docker/metadata-action/pull/533)
- Bump moment-timezone from 0.5.47 to 0.6.0 in [#​525](https://github.com/docker/metadata-action/pull/525)
- Bump semver from 7.7.1 to 7.7.2 in [#​524](https://github.com/docker/metadata-action/pull/524)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0>
### [`v5.7.0`](https://github.com/docker/metadata-action/releases/tag/v5.7.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0)
- Global expressions support for labels and annotations by [@​crazy-max](https://github.com/crazy-max) in [#​489](https://github.com/docker/metadata-action/pull/489)
- Support disabling outputs as environment variables by [@​omus](https://github.com/omus) in [#​497](https://github.com/docker/metadata-action/pull/497)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.44.0 to 0.56.0 in [#​507](https://github.com/docker/metadata-action/pull/507) [#​509](https://github.com/docker/metadata-action/pull/509)
- Bump csv-parse from 5.5.6 to 5.6.0 in [#​482](https://github.com/docker/metadata-action/pull/482)
- Bump moment-timezone from 0.5.46 to 0.5.47 in [#​501](https://github.com/docker/metadata-action/pull/501)
- Bump semver from 7.6.3 to 7.7.1 in [#​504](https://github.com/docker/metadata-action/pull/504)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0>
### [`v5.6.1`](https://github.com/docker/metadata-action/releases/tag/v5.6.1)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1)
- Fix GitHub API request fallback for commit date by [@​crazy-max](https://github.com/crazy-max) in [#​478](https://github.com/docker/metadata-action/pull/478)
- Revert to default commit SHA length of 7 by [@​crazy-max](https://github.com/crazy-max) in [#​480](https://github.com/docker/metadata-action/pull/480)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1>
### [`v5.6.0`](https://github.com/docker/metadata-action/releases/tag/v5.6.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0)
- Add `commit_date` global expression by [@​trim21](https://github.com/trim21) in [#​471](https://github.com/docker/metadata-action/pull/471) [#​475](https://github.com/docker/metadata-action/pull/475)
- Increase short commit sha length to 12 for uniqueness by [@​crazy-max](https://github.com/crazy-max) in [#​467](https://github.com/docker/metadata-action/pull/467)
- Bump [@​actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 [#​460](https://github.com/docker/metadata-action/pull/460)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.16.1 to 0.44.0 [#​391](https://github.com/docker/metadata-action/pull/391) [#​399](https://github.com/docker/metadata-action/pull/399) [#​413](https://github.com/docker/metadata-action/pull/413) [#​441](https://github.com/docker/metadata-action/pull/441)
- Bump braces from 3.0.2 to 3.0.3 [#​424](https://github.com/docker/metadata-action/pull/424)
- Bump cross-spawn from 7.0.3 to 7.0.5 [#​474](https://github.com/docker/metadata-action/pull/474)
- Bump csv-parse from 5.5.5 to 5.5.6 [#​412](https://github.com/docker/metadata-action/pull/412)
- Bump moment-timezone from 0.5.44 to 0.5.46 [#​383](https://github.com/docker/metadata-action/pull/383) [#​470](https://github.com/docker/metadata-action/pull/470) [#​459](https://github.com/docker/metadata-action/pull/459)
- Bump path-to-regexp from 6.2.2 to 6.3.0 [#​454](https://github.com/docker/metadata-action/pull/454)
- Bump semver from 7.6.0 to 7.6.3 [#​400](https://github.com/docker/metadata-action/pull/400) [#​411](https://github.com/docker/metadata-action/pull/411) [#​440](https://github.com/docker/metadata-action/pull/440)
- Bump undici from 5.26.3 to 5.28.4 [#​386](https://github.com/docker/metadata-action/pull/386) [#​402](https://github.com/docker/metadata-action/pull/402)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0>
### [`v5.5.1`](https://github.com/docker/metadata-action/releases/tag/v5.5.1)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1)
- Don't set `cwd://` prefix for local bake files by [@​crazy-max](https://github.com/crazy-max) in [#​382](https://github.com/docker/metadata-action/pull/382)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1>
### [`v5.5.0`](https://github.com/docker/metadata-action/releases/tag/v5.5.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0)
- Set `cwd://` prefix for bake files path by [@​crazy-max](https://github.com/crazy-max) in [#​370](https://github.com/docker/metadata-action/pull/370)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.16.0 to 0.16.1 in [#​371](https://github.com/docker/metadata-action/pull/371)
- Bump moment from 2.29.4 to 2.30.1 in [#​373](https://github.com/docker/metadata-action/pull/373)
- Bump moment-timezone from 0.5.43 to 0.5.44 in [#​374](https://github.com/docker/metadata-action/pull/374)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0>
### [`v5.4.0`](https://github.com/docker/metadata-action/releases/tag/v5.4.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.15.0 to 0.16.0 in [#​369](https://github.com/docker/metadata-action/pull/369)
- Bump csv-parse from 5.5.2 to 5.5.3 in [#​365](https://github.com/docker/metadata-action/pull/365)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0>
### [`v5.3.0`](https://github.com/docker/metadata-action/releases/tag/v5.3.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.14.0 to 0.15.0 in [#​363](https://github.com/docker/metadata-action/pull/363) (fixes [#​362](https://github.com/docker/metadata-action/issues/362))
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0>
### [`v5.2.0`](https://github.com/docker/metadata-action/releases/tag/v5.2.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0)
- Custom annotations support by [@​crazy-max](https://github.com/crazy-max) in [#​361](https://github.com/docker/metadata-action/pull/361)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0>
### [`v5.1.0`](https://github.com/docker/metadata-action/releases/tag/v5.1.0)
[Compare Source](https://github.com/docker/metadata-action/compare/v5...v5.1.0)
- Annotations support by [@​crazy-max](https://github.com/crazy-max) in [#​352](https://github.com/docker/metadata-action/pull/352)
- Split bake definition into two files by [@​crazy-max](https://github.com/crazy-max) in [#​353](https://github.com/docker/metadata-action/pull/353)
- Allow images input to be empty to output bare tags by [@​crazy-max](https://github.com/crazy-max) in [#​358](https://github.com/docker/metadata-action/pull/358)
- Bump [@​actions/github](https://github.com/actions/github) from 5.1.1 to 6.0.0 in [#​348](https://github.com/docker/metadata-action/pull/348)
- Bump [@​babel/traverse](https://github.com/babel/traverse) from 7.17.3 to 7.23.2 in [#​350](https://github.com/docker/metadata-action/pull/350)
- Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.12.0 to 0.14.0 in [#​349](https://github.com/docker/metadata-action/pull/349) [#​357](https://github.com/docker/metadata-action/pull/357)
- Bump csv-parse from 5.5.0 to 5.5.2 in [#​346](https://github.com/docker/metadata-action/pull/346)
- Bump semver from 7.5.3 to 7.5.4 in [#​335](https://github.com/docker/metadata-action/pull/335)
**Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41NS4xIiwidXBkYXRlZEluVmVyIjoiNDMuMTk2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
lain
changed title from chore(deps): update docker/metadata-action action to v6 to chore(deps): update docker/metadata-action action to v6 - autoclosed2026-08-21 21:22:16 +03:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v5→v6Release Notes
docker/metadata-action (docker/metadata-action)
v6.2.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v6.1.0...v6.2.0
v6.1.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v6.0.0...v6.1.0
v6.0.0Compare Source
#inside values while still supporting full-line#comments by @crazy-max in #607Full Changelog: https://github.com/docker/metadata-action/compare/v5.10.0...v6.0.0
v6Compare Source
v5.10.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v5.9.0...v5.10.0
v5.9.0Compare Source
tag-namesoutput to return tag names without image base name by @crazy-max in #553Full Changelog: https://github.com/docker/metadata-action/compare/v5.8.0...v5.9.0
v5.8.0Compare Source
is_not_default_branchglobal expression by @crazy-max in #535Full Changelog: https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0
v5.7.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v5.6.1...v5.7.0
v5.6.1Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v5.6.0...v5.6.1
v5.6.0Compare Source
commit_dateglobal expression by @trim21 in #471 #475Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.0
v5.5.1Compare Source
cwd://prefix for local bake files by @crazy-max in #382Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1
v5.5.0Compare Source
cwd://prefix for bake files path by @crazy-max in #370Full Changelog: https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0
v5.4.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0
v5.3.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0
v5.2.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0
v5.1.0Compare Source
Full Changelog: https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.
1a52f450fctobe13135ec1chore(deps): update docker/metadata-action action to v6to chore(deps): update docker/metadata-action action to v6 - autoclosedPull request closed