chore(deps): update docker/build-push-action action to v7 - #93
chore(deps): update docker/build-push-action action to v7#93renovate[bot] wants to merge 1 commit into
Conversation
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes RequiredNone - review shows the deprecated env vars are not used in release.yml. Used for building and pushing Docker images. Security ImpactNo security fixes mentioned. This is primarily a maintenance update. RecommendationSafe 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. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes Required
Security Impact
RecommendationSafe 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. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes Required
Security Impact
RecommendationSafe 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. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes Required
Security Impact
RecommendationSafe 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. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes RequiredNone - update action version in .github/workflows/release.yml line 49 Security ImpactNo security fixes. This is a Docker build action, not security-sensitive for TinyRSVP. RecommendationSafe to merge — Docker build action update with no code changes required, deprecated envs not in use. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes Required
Security Impact
RecommendationSafe 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. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking ChangesNone affecting our usage. The deprecated envs that were removed are not used in our workflow. Code Changes RequiredNone. The workflow at Security Impact
RecommendationSafe 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. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes RequiredNone. The action is used in - 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=maxUpdate to Security ImpactNeutral. Dependency updates include @actions/core (1.11.1 → 3.0.0) which may include security fixes. No direct security vulnerabilities addressed. RecommendationSafe 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. |
Renovate PR AnalysisUpdate Summary
Release ChangesMajor version v7.0.0 and subsequent releases (v7.1.0, v7.2.0, v7.3.0):
Breaking ChangesYes, major version with breaking changes:
Code Changes RequiredCheck your GitHub Actions workflows for:
Current usage: .github/workflows/*.yml files using Security ImpactNo direct security impact. This is a CI/CD infrastructure update that may require runner compatibility checks and removal of deprecated environment variables. RecommendationNeeds manual review — Major version bump with breaking changes (Node 24 runtime requirement, removed deprecated environment variables). Verify that:
|
This PR contains the following updates:
v6→v7Warning
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.0Compare Source
v7.2.0Compare Source
Full Changelog: docker/build-push-action@v7.1.0...v7.2.0
v7.1.0Compare Source
Full Changelog: docker/build-push-action@v7.0.0...v7.1.0
v7.0.0Compare Source
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by @crazy-max in #1473Full Changelog: docker/build-push-action@v6.19.2...v7.0.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.