Skip to content

chore(deps): update docker/setup-buildx-action action to v4#48

Merged
koki-develop merged 1 commit intomainfrom
renovate/docker-setup-buildx-action-4.x
Apr 18, 2026
Merged

chore(deps): update docker/setup-buildx-action action to v4#48
koki-develop merged 1 commit intomainfrom
renovate/docker-setup-buildx-action-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 17, 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: 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. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 17, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Major Changes in v4.0.0:

  • Node 24 Runtime: Upgraded to Node 24 as default runtime (requires Actions Runner v2.327.1+, released July 2024)
  • Deprecated Input/Output Removal: Removed deprecated inputs (config, config-inline, install) and outputs (endpoint, status, flags)
  • Module System Migration: Switched from CommonJS to ESM (ECMAScript Modules)

Dependency Updates:

  • @actions/core: 1.11.1 → 3.0.0
  • @docker/actions-toolkit: 0.63.0 → 0.79.0
  • Security patches: js-yaml (4.1.0 → 4.1.1), lodash (4.17.21 → 4.17.23), minimatch (3.1.2 → 3.1.5)

Breaking Changes:

  • Removed deprecated inputs: config, config-inline, install
  • Removed deprecated outputs: endpoint, status, flags
  • Requires GitHub Actions Runner v2.327.1 or later for Node 24 support

Security Fixes:

  • Multiple dependency security patches applied to js-yaml, lodash, and minimatch

🎯 Impact Scope Investigation

Usage Locations:

  • .github/workflows/ci.yml:82 - E2E test job
  • .github/workflows/release-please.yml:56 - Publish job

Current Usage Analysis:
Both workflow files use docker/setup-buildx-action without any input parameters:

- uses: docker/setup-buildx-action@<hash> # v3.12.0

No Deprecated Inputs Detected:

  • Neither workflow uses the removed deprecated inputs (config, config-inline, install)
  • Neither workflow consumes the removed deprecated outputs (endpoint, status, flags)
  • Both usages rely on default behavior only

GitHub Actions Runner Compatibility:

  • GitHub-hosted runners (ubuntu-latest, ubuntu-24.04-arm) already support Node 24
  • Runner v2.327.1 was released July 2024, well before the current date
  • Standard GitHub-hosted runners are automatically updated and compatible

Dependency Impact:

  • No conflicts identified with other GitHub Actions in the workflows
  • docker/build-push-action@v7.1.0 and docker/setup-qemu-action@v3.7.0 are compatible with v4.0.0

💡 Recommended Actions

Immediate Actions:

  • Safe to merge - No code changes required
  • The workflows use the action with default settings only, avoiding all deprecated parameters

Post-Merge Verification:

  1. Monitor the next CI run on the E2E test job (.github/workflows/ci.yml)
  2. Monitor the next release publish workflow (.github/workflows/release-please.yml)
  3. Verify that Docker Buildx setup completes successfully in both workflows

No Migration Required:

  • No configuration changes needed
  • No workflow modifications necessary
  • All default behaviors remain backward compatible

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@koki-develop koki-develop merged commit 7bd9a3d into main Apr 18, 2026
10 checks passed
@koki-develop koki-develop deleted the renovate/docker-setup-buildx-action-4.x branch April 18, 2026 01:04
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.

1 participant