Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker-build-push-action-7.x
Open

chore(deps): update docker/build-push-action action to v7#93
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker-build-push-action-7.x

Conversation

@renovate

@renovate renovate Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
docker/build-push-action action major v6v7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v7.3.0

Compare Source

v7.2.0

Compare Source

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

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
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later)
  • Removed deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables
  • Removed legacy export-build tool support
  • v7.1.0: Git context query format support

Breaking Changes

  • Requires Actions Runner v2.327.1 or later for Node 24 runtime
  • Removed deprecated environment variables (check if these are used)

Code Changes Required

None - review shows the deprecated env vars are not used in release.yml. Used for building and pushing Docker images.

Security Impact

No security fixes mentioned. This is primarily a maintenance update.

Recommendation

Safe to merge — The action interface is backward compatible. GitHub-hosted runners support Node 24. Deprecated env vars are not used in the current release workflow.

@github-actions

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later)
  • Remove deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS envs
  • Remove legacy export-build tool support for build summary
  • Git context query format support
  • Switch to ESM and update config/test wiring
  • Dependency updates: @docker/actions-toolkit, @actions/core, lodash, etc.

Breaking Changes

  • Requires Actions Runner v2.327.1 or later for Node 24 support
  • Deprecated environment variables removed (verify not in use)
  • Legacy export-build tool support removed (verify not in use)
  • ESM module conversion (internal change, should be transparent to users)

Code Changes Required

  • Verify Actions Runner version meets v2.327.1+ requirement
  • Check for deprecated env variables: DOCKER_BUILD_NO_SUMMARY, DOCKER_BUILD_EXPORT_RETENTION_DAYS (none in use)
  • No code changes expected for current usage (standard build-push with GHCR)
  • Git context query format is a new feature, not a breaking change

Security Impact

  • No direct security impact
  • Dependency updates include security patches for underlying packages
  • Removal of legacy export-build tool reduces attack surface

Recommendation

Safe to merge — Routine major version update for Docker build infrastructure. Deprecated envs not in use. Node 24 runtime requirement aligns with other Docker action updates. New Git context query format may be useful for future workflows.

@github-actions

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later)
  • Switch to ESM and update config/test wiring
  • Removed deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables
  • Removed legacy export-build tool support for build summary
  • Git context query format support
  • Bumped @actions/core, @docker/actions-toolkit, minimatch

Breaking Changes

  • Requires Actions Runner v2.327.1 or later for Node 24 runtime support
  • Removed deprecated environment variables (if workflow uses these, they will be ignored)

Code Changes Required

  • Verify Actions Runner version is v2.327.1 or later
  • Remove DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables from workflow (if used)

Security Impact

  • No direct security impact
  • Dependency updates include security patches for several npm packages

Recommendation

Safe to merge — GitHub-hosted runners use latest versions by default. Self-hosted runners must be on v2.327.1 or later. Remove deprecated env vars if present in workflow.

@github-actions

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • v7.3.0-v7.1.0: Git context query format support, dependency updates
  • v7.0.0: Node 24 as default runtime (requires Actions Runner v2.327.1+), removed deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS envs, removed legacy export-build tool support, switched to ESM, dependency updates

Breaking Changes

  • Requires Actions Runner v2.327.1 or later (Node 24)
  • Removed deprecated env vars (not used in our workflow)
  • Removed legacy export-build tool support (not used in our workflow)

Code Changes Required

  • None. Workflow uses only uses: docker/build-push-action@v6 which will change to @v7 automatically

Security Impact

  • No security fixes mentioned. This is primarily a platform upgrade to Node 24 and cleanup of deprecated features

Recommendation

Safe to merge — This Docker action update requires Actions Runner v2.327.1+, which GitHub-hosted runners support. Our workflow uses standard build-push parameters without deprecated features.

@github-actions

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • v7.3.0: Various dependency bumps
  • v7.2.0: Bump actions/core to 3.0.1, dependency updates
  • v7.1.0: Git context query format support
  • v7.0.0: Node 24 as default runtime, remove deprecated DOCKER_BUILD_* envs, switch to ESM

Breaking Changes

  • Node 24 as default runtime requires Actions Runner v2.327.1 or later
  • Remove deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS envs
  • Remove legacy export-build tool support for build summary
  • Switch to ESM module system

Code Changes Required

None - update action version in .github/workflows/release.yml line 49

Security Impact

No security fixes. This is a Docker build action, not security-sensitive for TinyRSVP.

Recommendation

Safe to merge — Docker build action update with no code changes required, deprecated envs not in use.

@github-actions

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later)
  • Remove deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables
  • Remove legacy export-build tool support for build summary
  • v7.1.0: Git context query format support
  • Switch to ESM and update config/test wiring

Breaking Changes

  • Requires Actions Runner v2.327.1 or later for Node 24 support
  • Remove deprecated env vars (not used in our workflow)
  • Switch to ESM module system

Code Changes Required

  • Verify Actions Runner version is v2.327.1 or later
  • No workflow changes needed - action inputs remain backward compatible

Security Impact

  • No direct security impact
  • Dependency updates include security patches for underlying packages

Recommendation

Safe to merge — GitHub-hosted runners use latest versions by default. Self-hosted runners must be on v2.327.1 or later. Used for building and pushing Docker images in the release workflow.

@github-actions

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later)
  • Switch to ESM module format
  • Removed deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS envs
  • Git context query format support added
  • Dependency updates: @actions/core, @docker/actions-toolkit

Breaking Changes

None affecting our usage. The deprecated envs that were removed are not used in our workflow.

Code Changes Required

None. The workflow at .github/workflows/release.yml:49 uses the action with standard inputs (context, platforms, push, tags, labels, build-args, cache-from, cache-to) which are unchanged.

Security Impact

  • No security fixes mentioned in release notes
  • This is an infrastructure dependency (GitHub Actions) only used in CI/CD
  • Does not affect application runtime or user-facing security

Recommendation

Safe to merge — This is a straightforward GitHub Actions version update with no breaking changes for our workflow usage. GitHub-hosted runners already meet the Actions Runner v2.327.1+ requirement.

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later)
  • Remove deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS envs
  • Remove legacy export-build tool support for build summary
  • Switch to ESM and update config/test wiring
  • Git context query format support (v7.1.0)
  • Multiple dependency updates (@actions/core, @docker/actions-toolkit, lodash)

Breaking Changes

  • Node 24 runtime requirement: Requires Actions Runner v2.327.1 or later
  • Removed deprecated env vars: DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS
  • Removed legacy export-build tool: Old summary export method removed

Code Changes Required

None. The action is used in .github/workflows/release.yml:49 with standard configuration:

- name: Build and push
  uses: docker/build-push-action@v6
  with:
    context: .
    platforms: linux/amd64,linux/arm64
    push: true
    tags: ${{ steps.meta.outputs.tags }}
    labels: ${{ steps.meta.outputs.labels }}
    build-args: |
      APP_VERSION=${{ github.ref_name }}
    cache-from: type=gha
    cache-to: type=gha,mode=max

Update to @v7 will handle automatically. No deprecated env vars are in use.

Security Impact

Neutral. Dependency updates include @actions/core (1.11.1 → 3.0.0) which may include security fixes. No direct security vulnerabilities addressed.

Recommendation

Safe to merge — This is a GitHub Actions major version update with Node 24 requirement. GitHub-hosted runners support Node 24. The update removes deprecated features but our workflow uses standard configuration. Git context query format support is a nice enhancement for advanced use cases. No manual changes needed beyond merging.

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Renovate PR Analysis

Update Summary

  • Dependency: docker/build-push-action
  • Version: v6 → v7
  • Type: major

Release Changes

Major version v7.0.0 and subsequent releases (v7.1.0, v7.2.0, v7.3.0):

  • Node 24 as default runtime (requires Actions Runner v2.327.1 or later)
  • Removed deprecated DOCKER_BUILD_NO_SUMMARY and DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables
  • Removed legacy export-build tool support for build summary
  • Switched to ESM module system
  • Git context query format support (v7.1.0)
  • Various dependency updates (@docker/actions-toolkit, etc.)

Breaking Changes

Yes, major version with breaking changes:

  • Requires Actions Runner v2.327.1 or later (Node 24 runtime)
  • Removed deprecated environment variables (DOCKER_BUILD_NO_SUMMARY, DOCKER_BUILD_EXPORT_RETENTION_DAYS)
  • Removed legacy export-build tool support

Code Changes Required

Check your GitHub Actions workflows for:

  1. Actions Runner version compatibility (ensure runners are v2.327.1+)
  2. Remove any usage of DOCKER_BUILD_NO_SUMMARY or DOCKER_BUILD_EXPORT_RETENTION_DAYS environment variables
  3. Ensure you're not relying on legacy export-build tool for build summary

Current usage: .github/workflows/*.yml files using docker/build-push-action@v6

Security Impact

No direct security impact. This is a CI/CD infrastructure update that may require runner compatibility checks and removal of deprecated environment variables.

Recommendation

Needs manual review — Major version bump with breaking changes (Node 24 runtime requirement, removed deprecated environment variables). Verify that:

  1. Your GitHub Actions Runner version is v2.327.1 or later
  2. Your workflows don't use DOCKER_BUILD_NO_SUMMARY or DOCKER_BUILD_EXPORT_RETENTION_DAYS
  3. Test the workflow after merging to ensure Docker builds still work correctly

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.

0 participants