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)
</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 CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMSIsInRhcmdldEJyYW5jaCI6Im5leHQiLCJsYWJlbHMiOltdfQ==-->
Thilawyn
changed target branch from next to master2026-08-26 01:06:04 +02:00
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️Warning: custom changes will be lost.
### Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ **Warning**: custom changes will be lost.
All checks were successful
Test build / test-build (pull_request) Successful in 1m7s
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
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 CLI.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.