chore(deps): update docker/login-action action to v4 - #94
Conversation
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes RequiredNone - the action interface is backward compatible. Used in release.yml for logging into GHCR. 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. Used for Docker registry authentication in the 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. AWS SDK changes don't affect current GHCR usage. Node 24 runtime requirement aligns with other Docker action updates. |
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. Action inputs remain compatible. Bug fixes improve reliability. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes Required
Security Impact
RecommendationSafe to merge — This Docker login action update requires Actions Runner v2.327.1+, which GitHub-hosted runners support. Our workflow uses standard registry credentials with no deprecated features. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking Changes
Code Changes RequiredNone - update action version in .github/workflows/release.yml line 31 Security ImpactNo security fixes. This action handles Docker registry login credentials (via secrets.GITHUB_TOKEN), but the update doesn't change the security model. RecommendationSafe to merge — Docker login action update with no code changes required, GitHub-hosted runners meet Node 24 requirement. |
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 logging into GHCR in the release workflow. |
Renovate PR AnalysisUpdate Summary
Release Changes
Breaking ChangesNone affecting our usage. The action is used for logging into GHCR with registry, username, and password inputs which are unchanged. 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: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}Update to Security ImpactPositive. AWS SDK updates (3.890.0 → 3.1000.0) may include security fixes for ECR authentication. 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 includes AWS SDK improvements for ECR authentication. No manual changes needed beyond merging. |
Renovate PR AnalysisUpdate Summary
Release ChangesMajor version v4.0.0 and subsequent releases (v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0, v4.5.1, v4.5.2, v4.6.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. The v4.1.0 fix for scoped Docker Hub cleanup path is a bug fix. RecommendationNeeds manual review — Major version bump with potential breaking changes (Node 24 runtime requirement). Verify that:
|
This PR contains the following updates:
v3→v4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
docker/login-action (docker/login-action)
v4.6.0Compare Source
v4.5.2Compare Source
v4.5.1Compare Source
v4.5.0Compare Source
v4.4.0Compare Source
v4.3.0Compare Source
Full Changelog: docker/login-action@v4.2.0...v4.3.0
v4.2.0Compare Source
Full Changelog: docker/login-action@v4.1.0...v4.2.0
v4.1.0Compare Source
Full Changelog: docker/login-action@v4.0.0...v4.1.0
v4.0.0Compare Source
Full Changelog: docker/login-action@v3.7.0...v4.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.