This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker/metadata-action](https://github.com/docker/metadata-action) | | minor | `v5.7.0` → `v5.10.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | action | minor | `v5.7.0` → `v5.10.0` |
---
### Release Notes
<details>
<summary>docker/metadata-action (docker/metadata-action)</summary>
### [`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>
</details>
---
### Configuration
📅 **Schedule**: 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 these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjMuMSIsInVwZGF0ZWRJblZlciI6IjQyLjg5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYm90IiwidXBncmFkZSJdfQ==-->
renovate
changed title from chore(deps): update dependency docker/metadata-action to v5.8.0 to chore(deps): update dependency docker/metadata-action to v5.9.02025-11-04 17:01:41 +00:00
renovate
changed title from chore(deps): update dependency docker/metadata-action to v5.9.0 to chore(deps): update dependency docker/metadata-action to v5.10.02025-11-27 16:02:07 +00:00
renovate
changed title from chore(deps): update dependency docker/metadata-action to v5.10.0 to chore(deps): update dependency docker/metadata-action to v5.10.0 - autoclosed2026-01-26 09:02:34 +00: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.7.0→v5.10.0v5.7.0→v5.10.0Release Notes
docker/metadata-action (docker/metadata-action)
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
Configuration
📅 Schedule: 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 these updates again.
This PR has been generated by Renovate Bot.
chore(deps): update dependency docker/metadata-action to v5.8.0to chore(deps): update dependency docker/metadata-action to v5.9.0chore(deps): update dependency docker/metadata-action to v5.9.0to chore(deps): update dependency docker/metadata-action to v5.10.000c009cb1cto72bc93d5bfchore(deps): update dependency docker/metadata-action to v5.10.0to chore(deps): update dependency docker/metadata-action to v5.10.0 - autoclosedPull request closed