Update docker/setup-buildx-action action to v4#1185
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Docker Buildx setup GitHub Action used by the image publish workflows to the new major version, keeping the CI image build/publish pipeline current.
Changes:
- Bump
docker/setup-buildx-actionfromv3.12.0tov4.0.0across image publish workflows.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/publish_image_voice.yml | Update Buildx setup action to v4 for Voice image publish job |
| .github/workflows/publish_image_scheduler.yml | Update Buildx setup action to v4 for Scheduler image publish job |
| .github/workflows/publish_image_discordgateway2httpmaster.yml | Update Buildx setup action to v4 for DiscordGateway2HTTPMaster image publish job |
| .github/workflows/publish_image_discordgateway2http.yml | Update Buildx setup action to v4 for DiscordGateway2HTTP image publish job |
| .github/workflows/publish_image_collector.yml | Update Buildx setup action to v4 for Collector image publish job |
| .github/workflows/publish_image_backend.yml | Update Buildx setup action to v4 for Backend image publish job |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - uses: actions/checkout@v6.0.2 | ||
| - uses: docker/setup-qemu-action@v3.7.0 | ||
| - uses: docker/setup-buildx-action@v3.12.0 | ||
| - uses: docker/setup-buildx-action@v4.0.0 |
There was a problem hiding this comment.
docker/setup-buildx-action@v4 switches the action runtime to Node 24, which (per upstream release notes) requires GitHub Actions runner >= v2.327.1. Please confirm your runners meet that minimum (especially for GHES/self-hosted), or pin/guard accordingly to avoid workflow failures.
| - uses: docker/setup-buildx-action@v4.0.0 | |
| - uses: docker/setup-buildx-action@v3 |
| - uses: actions/checkout@v6.0.2 | ||
| - uses: docker/setup-qemu-action@v3.7.0 | ||
| - uses: docker/setup-buildx-action@v3.12.0 | ||
| - uses: docker/setup-buildx-action@v4.0.0 |
There was a problem hiding this comment.
docker/setup-buildx-action@v4 uses Node 24 by default and requires Actions runner >= v2.327.1 (per upstream release notes). Please confirm the runner version used here satisfies that minimum (particularly relevant on GHES/self-hosted runners).
| - uses: actions/checkout@v6.0.2 | ||
| - uses: docker/setup-qemu-action@v3.7.0 | ||
| - uses: docker/setup-buildx-action@v3.12.0 | ||
| - uses: docker/setup-buildx-action@v4.0.0 |
There was a problem hiding this comment.
docker/setup-buildx-action@v4 switches the action runtime to Node 24, which (per upstream release notes) requires GitHub Actions runner >= v2.327.1. Since this workflow runs on ubuntu-latest, please confirm your runners meet that minimum (especially if you ever run these workflows on GHES/self-hosted runners), or pin/guard accordingly to avoid sudden workflow breakage.
| - uses: docker/setup-buildx-action@v4.0.0 | |
| - uses: docker/setup-buildx-action@v3.9.0 |
de908c6 to
be4bccd
Compare
be4bccd to
3cc488a
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3cc488a to
8dbf758
Compare
8dbf758 to
c7fcc2d
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c7fcc2d to
92d4563
Compare
92d4563 to
2107a2a
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2107a2a to
7801fea
Compare
This PR contains the following updates:
v3.12.0→v4.0.0Release Notes
docker/setup-buildx-action (docker/setup-buildx-action)
v4.0.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.