Skip to content

chore(deps): update docker/build-push-action action to v7#45

Merged
koki-develop merged 1 commit intomainfrom
renovate/docker-build-push-action-7.x
Apr 17, 2026
Merged

chore(deps): update docker/build-push-action action to v7#45
koki-develop merged 1 commit intomainfrom
renovate/docker-build-push-action-7.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/build-push-action action major v6.19.2v7.1.0

Release Notes

docker/build-push-action (docker/build-push-action)

v7.1.0

Compare Source

Full Changelog: docker/build-push-action@v7.0.0...v7.1.0

v7.0.0

Compare Source

Full Changelog: docker/build-push-action@v6.19.2...v7.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

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Major Changes from v6.19.2 to v7.1.0:

  1. Runtime Upgrade (v7.0.0 - Breaking Change)

    • Migrated from Node 20 to Node 24 as the default runtime
    • Requires GitHub Actions Runner v2.327.1 or later (released July 25, 2024)
    • GitHub-hosted runners (ubuntu-latest, ubuntu-24.04-arm) already support Node 24 as of 2026
  2. Removed Deprecated Features (v7.0.0)

    • DOCKER_BUILD_NO_SUMMARY environment variable removed
    • DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variable removed
    • Legacy export-build tool support for build summary discontinued
  3. Code Modernization (v7.0.0)

    • Migrated from CommonJS to ESM (ECMAScript modules)
    • Updated @actions/core from 1.11.1 to 3.0.0
    • Updated @docker/actions-toolkit from 0.62.1 to 0.87.0 (v7.1.0)
  4. New Features (v7.1.0)

    • Git context query format support added
    • Multiple security dependency updates (lodash, handlebars, undici, etc.)

Security Fixes:

  • Multiple dependency security patches in v7.1.0 (lodash 4.17.23→4.18.1, handlebars 4.7.8→4.7.9, undici 6.23.0→6.24.1)

🎯 Impact Scope Investigation

Usage Locations Identified:

  1. .github/workflows/ci.yml:84 - E2E test workflow using load: true with GitHub Actions cache
  2. .github/workflows/release-please.yml:75 - Release workflow using push: true with multi-platform builds

Current Usage Analysis:

# CI Workflow (E2E Test)
- context: .
- load: true
- tags: sandbox:latest
- cache-from/cache-to: type=gha (GitHub Actions cache)

# Release Workflow (Publish)
- context: .
- push: true
- platforms: linux/amd64,linux/arm64
- cache-from/cache-to: type=gha

Impact Assessment:

  • No deprecated environment variables (DOCKER_BUILD_NO_SUMMARY, DOCKER_BUILD_EXPORT_RETENTION_DAYS) found in codebase
  • No API-level changes - All input parameters used (context, load, push, tags, cache-from, cache-to, platforms, labels) remain unchanged and fully compatible
  • GitHub-hosted runners (ubuntu-latest, ubuntu-24.04-arm) already meet the Node 24 runtime requirement
  • CI checks passing - All workflows (hadolint, lint, build, unit tests) successfully completed with v7.1.0
  • No dependency conflicts - The action's internal ESM migration and dependency updates do not affect external usage

Other Dependencies:

  • No impact on other GitHub Actions or Docker-related dependencies
  • Complementary actions (docker/setup-buildx-action@v3.12.0) remain compatible

💡 Recommended Actions

Immediate Actions:

  1. Merge this PR - Safe to merge immediately
  2. Monitor CI/CD - E2E tests are currently running successfully on the PR branch, confirming compatibility

No Migration Required:

  • No code changes needed
  • No configuration changes needed
  • No workflow modifications needed
  • Current usage patterns are fully compatible with v7.1.0

Post-Merge Verification:

  • Verify that Docker image builds complete successfully in both CI and release workflows
  • Confirm that multi-platform builds (linux/amd64, linux/arm64) work as expected
  • Monitor for any unexpected build performance changes

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@koki-develop koki-develop merged commit 1e87778 into main Apr 17, 2026
8 checks passed
@koki-develop koki-develop deleted the renovate/docker-build-push-action-7.x branch April 17, 2026 10:26
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