Skip to content

chore(deps): update docker/build-push-action action to v7.1.0#50

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.1.0#50
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker-build-push-action-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 9, 2026

This PR contains the following updates:

Package Type Update Change
docker/build-push-action action minor v7.0.0v7.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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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

github-actions Bot commented May 9, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

New Features

  • Git context query format support — allows passing URL query parameters when using a remote Git URL as the build context. This is purely additive; the current usage passes context: . (local directory), so this feature has no effect here.

Dependency / Security Updates

  • handlebars 4.7.8 → 4.7.9 — handlebars has a history of XSS/prototype-pollution CVEs; the patch bump likely addresses a security issue.
  • undici 6.23.0 → 6.24.1 — undici HTTP client; patch releases frequently address security concerns (SSRF, header injection).
  • fast-xml-parser 5.4.2 → 5.5.7 — XML parser; minor bumps often contain ReDoS or injection hardening.
  • brace-expansion 1.1.12 → 1.1.13 — ReDoS fix (well-known pattern for this library).
  • flatted, glob, picomatch, vite, lodash, @docker/actions-toolkit — routine maintenance bumps, no known CVEs.

No Breaking Changes — no input/output schema changes, no removed inputs, no changed defaults between v7.0.0 and v7.1.0.

🎯 Impact Scope Investigation

Usage in this codebase

  • Single usage in .github/workflows/release-please.yml (line 126), inside the docker-release job.
  • Active inputs: context: ., push: true, platforms: linux/amd64,linux/arm64, tags, labels, build-args, cache-from/cache-to (GitHub Actions cache).
  • None of the changed inputs or new features (Git context query format) are exercised by this configuration, so runtime behavior is unchanged.

Commit-pin hygiene

  • The PR correctly updates the pinned SHA from d08e5c354a6adb9ed34480a06d141179aa583294 (v7.0.0) to bcafcacb16a39f128d818304e6c9c0c18556b85f (v7.1.0), maintaining the repository's security-conscious SHA-pinning practice.

Impact on other dependencies

  • None. The action change is isolated to the CI workflow; it does not affect the Go module graph or any production code.

💡 Recommended Actions

  • No code or configuration changes are required beyond what is already in this PR.
  • Merge as-is. The update is backward-compatible, brings in several security-oriented dependency bumps, and leaves the current build/push configuration completely unaffected.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

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