Skip to content

ci(deps): bump docker/setup-buildx-action from 3 to 4 - #374

Merged
neubig merged 2 commits into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4
Sep 24, 2026
Merged

neubig merged 2 commits into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps docker/setup-buildx-action from 3 to 4.

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.0.0

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

v3.12.0

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

v3.11.1

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

... (truncated)

Commits
  • f87e599 Merge pull request #624 from crazy-max/skip-pull-with-endpoint
  • e700274 chore: update generated content
  • 3061c91 skip BuildKit image pre-pulls for explicit endpoints
  • 594f3bf Merge pull request #609 from crazy-max/pull-buildkit-image-before-create
  • bd6e702 chore: update generated content
  • 6268c9d pull BuildKit image before builder creation
  • e823525 Merge pull request #621 from docker/dependabot/github_actions/codeql-actions-...
  • 533ed8e build(deps): bump the codeql-actions group with 2 updates
  • bedaf13 Merge pull request #620 from crazy-max/shared-error-helpers
  • d5079fb chore: update generated content
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 23, 2026
@github-actions github-actions Bot added the type: ci CI configuration changes label Aug 23, 2026
@github-actions

github-actions Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Coverage

Warning

Your comment is too long (maximum is 65536 characters), so the coverage report was not added. See the job log for how to reduce it.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/docker/setup-buildx-action-4 branch from 52dfd91 to d4d9c41 Compare August 23, 2026 16:34
@all-hands-bot

Copy link
Copy Markdown
Contributor

👋 This PR needs a couple of things fixed before OpenHands can review it:

  • the PR description's HUMAN: section needs at least 20 characters describing what you tested, not just the template placeholder

Push an update once this is addressed and this check re-runs automatically.

This is an automated check - no AI was used to generate this comment.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/docker/setup-buildx-action-4 branch 2 times, most recently from 2c5078e to 75febfb Compare September 11, 2026 05:17
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/docker/setup-buildx-action-4 branch 2 times, most recently from bd4db86 to cde4b48 Compare September 22, 2026 12:10

@neubig neubig left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approved: checks are green. This review was created by an AI agent (OpenHands) on behalf of the user.

@neubig
neubig force-pushed the dependabot/github_actions/docker/setup-buildx-action-4 branch from cde4b48 to 671c8c6 Compare September 22, 2026 12:16
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@neubig
neubig force-pushed the dependabot/github_actions/docker/setup-buildx-action-4 branch from 671c8c6 to 27175d1 Compare September 22, 2026 20:17
@neubig
neubig enabled auto-merge (squash) September 22, 2026 20:39

@all-hands-bot all-hands-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This review was posted by an AI agent (OpenHands).

Bumps docker/setup-buildx-action from v3 to v4 in the two workflows that use it: .github/workflows/ghcr-build.yml and .github/workflows/tag-image.yml. Both changes are tag-only bumps with no new inputs and no behavior changes to the surrounding steps.

Assessment:

  • Scope: The change belongs in this repository. AGENTS.md (Cross-Repository Boundaries / Repository Structure) confirms these workflows live and are owned here, and .github/dependabot.yml explicitly configures weekly github-actions updates for this repo. No product or architecture decision is needed.
  • Compatibility of the changed inputs: The only input passed to the action in either workflow is driver-opts (ghcr-build.yml); tag-image.yml passes none. Comparing the action metadata for v4.0.0 and v3.12.0, driver-opts still exists in v4, so the existing usage remains valid. The inputs removed in v4 (config, config-inline, install) are not referenced by either workflow, so v4's "Remove deprecated inputs/outputs" change does not affect this repo.
  • Runtime requirement: v4 switches the action runtime to Node 24, which needs Actions Runner v2.327.1+. Both jobs use GitHub-hosted ubuntu-24.04 runners, which are always current, so this is satisfied.
  • CI evidence at this head: All checks on the exact head 27175d12a0ceb017f3c44d31c060e66fd87b3767 are green (Docker / "Build and Push Automation Image", ci, Run tests, pr). The Docker run is the one that actually exercises the bumped action end to end and it succeeded, so the bump is validated on the production-facing path rather than by inspection alone.
  • No security regression: No secret handling, permissions, or trigger conditions changed in the diff.

No material correctness, security, compatibility, or acceptance-criterion defect found on the current head.

✅ APPROVED

@neubig neubig left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Current CI checks pass. Approved by an AI agent (OpenHands) on behalf of Graham Neubig.

@neubig
neubig merged commit 2644218 into main Sep 24, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/docker/setup-buildx-action-4 branch September 24, 2026 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code type: ci CI configuration changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants