Skip to content

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

Open
plengauer wants to merge 1 commit intomainfrom
renovate/docker-setup-buildx-action-4.x
Open

Update docker/setup-buildx-action action to v4#1185
plengauer wants to merge 1 commit intomainfrom
renovate/docker-setup-buildx-action-4.x

Conversation

@plengauer
Copy link
Copy Markdown
Owner

@plengauer plengauer commented Mar 5, 2026

This PR contains the following updates:

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

Release Notes

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

v4.0.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


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

This PR has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings March 5, 2026 08:14
@plengauer plengauer requested a review from moflwi as a code owner March 5, 2026 08:14
@plengauer plengauer enabled auto-merge (squash) March 5, 2026 08:14
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-action from v3.12.0 to v4.0.0 across 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
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/setup-buildx-action@v3

Copilot uses AI. Check for mistakes.
Comment thread .github/workflows/publish_image_backend.yml Outdated
Comment thread .github/workflows/publish_image_collector.yml Outdated
Comment thread .github/workflows/publish_image_discordgateway2http.yml Outdated
- 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
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
- 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
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/setup-buildx-action@v3.9.0

Copilot uses AI. Check for mistakes.
@plengauer plengauer force-pushed the renovate/docker-setup-buildx-action-4.x branch from de908c6 to be4bccd Compare March 5, 2026 18:23
Copilot AI review requested due to automatic review settings March 9, 2026 16:58
@plengauer plengauer force-pushed the renovate/docker-setup-buildx-action-4.x branch from be4bccd to 3cc488a Compare March 9, 2026 16:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

moflwi
moflwi previously approved these changes Mar 19, 2026
@plengauer plengauer force-pushed the renovate/docker-setup-buildx-action-4.x branch from 3cc488a to 8dbf758 Compare March 19, 2026 18:40
Comment thread .github/workflows/publish_image_backend.yml Fixed
Comment thread .github/workflows/publish_image_collector.yml Fixed
Comment thread .github/workflows/publish_image_discordgateway2http.yml Fixed
Comment thread .github/workflows/publish_image_discordgateway2httpmaster.yml Fixed
Comment thread .github/workflows/publish_image_scheduler.yml Fixed
Comment thread .github/workflows/publish_image_voice.yml Fixed
Copilot AI review requested due to automatic review settings March 29, 2026 23:11
@plengauer plengauer force-pushed the renovate/docker-setup-buildx-action-4.x branch from 8dbf758 to c7fcc2d Compare March 29, 2026 23:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@plengauer plengauer force-pushed the renovate/docker-setup-buildx-action-4.x branch from c7fcc2d to 92d4563 Compare April 4, 2026 21:17
Copilot AI review requested due to automatic review settings April 5, 2026 18:52
@plengauer plengauer force-pushed the renovate/docker-setup-buildx-action-4.x branch from 92d4563 to 2107a2a Compare April 5, 2026 18:52
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@plengauer plengauer force-pushed the renovate/docker-setup-buildx-action-4.x branch from 2107a2a to 7801fea Compare April 11, 2026 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants