From 165b63d09e23675b992df403b3ec71fd164aa88c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:26:49 +0000 Subject: [PATCH] Update docker/metadata-action action to v6 (#18501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | major | `v5.10.0` → `v6.0.0` | --- ### Release Notes
docker/metadata-action (docker/metadata-action) ### [`v6.0.0`](https://redirect.github.com/docker/metadata-action/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/docker/metadata-action/compare/v5.10.0...v6.0.0) - Node 24 as default runtime (requires [Actions Runner v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later) by [@​crazy-max](https://redirect.github.com/crazy-max) in [#​605](https://redirect.github.com/docker/metadata-action/pull/605) - List inputs now preserve `#` inside values while still supporting full-line `#` comments by [@​crazy-max](https://redirect.github.com/crazy-max) in [#​607](https://redirect.github.com/docker/metadata-action/pull/607) - Switch to ESM and update config/test wiring by [@​crazy-max](https://redirect.github.com/crazy-max) in [#​602](https://redirect.github.com/docker/metadata-action/pull/602) - Bump lodash from 4.17.21 to 4.17.23 in [#​588](https://redirect.github.com/docker/metadata-action/pull/588) - Bump [@​actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 3.0.0 in [#​599](https://redirect.github.com/docker/metadata-action/pull/599) - Bump [@​actions/github](https://redirect.github.com/actions/github) from 6.0.1 to 9.0.0 in [#​597](https://redirect.github.com/docker/metadata-action/pull/597) - Bump [@​docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.68.0 to 0.79.0 in [#​604](https://redirect.github.com/docker/metadata-action/pull/604) - Bump [@​isaacs/brace-expansion](https://redirect.github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#​600](https://redirect.github.com/docker/metadata-action/pull/600) - Bump semver from 7.7.3 to 7.7.4 in [#​603](https://redirect.github.com/docker/metadata-action/pull/603) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 5e5436419..e1641e7a1 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -186,7 +186,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 env: DOCKER_METADATA_ANNOTATIONS_LEVELS: index with: @@ -311,7 +311,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 + uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0 # ghcr.io prefers index level annotations env: DOCKER_METADATA_ANNOTATIONS_LEVELS: index