Update docker/setup-buildx-action action to v4 #34

Open
renovate-bot wants to merge 1 commit from renovate/docker-setup-buildx-action-4.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
docker/setup-buildx-action action major v3.11.1v4.0.0

Release Notes

docker/setup-buildx-action (docker/setup-buildx-action)

v4.0.0

Compare Source

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0

v3.12.0

Compare Source

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | action | major | `v3.11.1` → `v4.0.0` | --- ### Release Notes <details> <summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary> ### [`v4.0.0`](https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0) [Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0) - Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;483](https://github.com/docker/setup-buildx-action/pull/483) - Remove deprecated inputs/outputs by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;464](https://github.com/docker/setup-buildx-action/pull/464) - Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;481](https://github.com/docker/setup-buildx-action/pull/481) - Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;475](https://github.com/docker/setup-buildx-action/pull/475) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.79.0 in [#&#8203;482](https://github.com/docker/setup-buildx-action/pull/482) [#&#8203;485](https://github.com/docker/setup-buildx-action/pull/485) - Bump js-yaml from 4.1.0 to 4.1.1 in [#&#8203;452](https://github.com/docker/setup-buildx-action/pull/452) - Bump lodash from 4.17.21 to 4.17.23 in [#&#8203;472](https://github.com/docker/setup-buildx-action/pull/472) - Bump minimatch from 3.1.2 to 3.1.5 in [#&#8203;480](https://github.com/docker/setup-buildx-action/pull/480) **Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0> ### [`v3.12.0`](https://github.com/docker/setup-buildx-action/releases/tag/v3.12.0) [Compare Source](https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0) - Deprecate `install` input by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;455](https://github.com/docker/setup-buildx-action/pull/455) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.63.0 in [#&#8203;434](https://github.com/docker/setup-buildx-action/pull/434) - Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;436](https://github.com/docker/setup-buildx-action/pull/436) - Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;432](https://github.com/docker/setup-buildx-action/pull/432) - Bump undici from 5.28.4 to 5.29.0 in [#&#8203;435](https://github.com/docker/setup-buildx-action/pull/435) **Full Changelog**: <https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMy4xIiwidXBkYXRlZEluVmVyIjoiNDMuMTEwLjEzIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJVUERBVEUtTUFKT1IiXX0=-->
Update docker/setup-buildx-action action to v4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
c369826a54
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/docker-setup-buildx-action-4.x:renovate/docker-setup-buildx-action-4.x
git switch renovate/docker-setup-buildx-action-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/docker-setup-buildx-action-4.x
git switch renovate/docker-setup-buildx-action-4.x
git rebase main
git switch main
git merge --ff-only renovate/docker-setup-buildx-action-4.x
git switch renovate/docker-setup-buildx-action-4.x
git rebase main
git switch main
git merge --no-ff renovate/docker-setup-buildx-action-4.x
git switch main
git merge --squash renovate/docker-setup-buildx-action-4.x
git switch main
git merge --ff-only renovate/docker-setup-buildx-action-4.x
git switch main
git merge renovate/docker-setup-buildx-action-4.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
alex/caddy!34
No description provided.