Skip to content

chore(deps): update docker/login-action action to v4#148

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docker-login-action-4.x
Open

chore(deps): update docker/login-action action to v4#148
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docker-login-action-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 4, 2026

This PR contains the following updates:

Package Type Update Change
docker/login-action action major v3v4

Release Notes

docker/login-action (docker/login-action)

v4.1.0

Compare Source

Full Changelog: docker/login-action@v4.0.0...v4.1.0

v4.0.0

Compare Source

Full Changelog: docker/login-action@v3.7.0...v4.0.0

v4

Compare Source

v3.7.0

Compare Source

Full Changelog: docker/login-action@v3.6.0...v3.7.0

v3.6.0

Compare Source

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/login-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

Full Changelog: docker/login-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

Full Changelog: docker/login-action@v3.0.0...v3.1.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.

@renovate renovate Bot force-pushed the renovate/docker-login-action-4.x branch from 3ec0ddf to ef44ed0 Compare March 26, 2026 16:46
@renovate renovate Bot force-pushed the renovate/docker-login-action-4.x branch from ef44ed0 to 777f813 Compare April 8, 2026 21:11
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 8, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

โš™๏ธ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6d31e8b0-a22f-4cb7-8db7-f181f04a3fed

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ๐Ÿ” Trigger review
๐Ÿ“ Walkthrough

Walkthrough

The GitHub Actions workflow for Docker builds was updated to use version 4 of the DockerHub login action, replacing version 3. The authentication credentials remain unchanged.

Changes

Cohort / File(s) Summary
CI/CD Configuration
.github/workflows/build-docker.yml
Updated docker/login-action from v3 to v4 in the DockerHub login workflow step.

Estimated code review effort

๐ŸŽฏ 1 (Trivial) | โฑ๏ธ ~2 minutes

Poem

๐Ÿฐ A little bump from three to four,
The Docker login, like before!
The version climbs with gentle grace,
While credentials hold their place.
Hopping forward, smooth and light—
Our workflows dance, forever bright! ๐Ÿ‡โœจ

๐Ÿšฅ Pre-merge checks | โœ… 3
โœ… Passed checks (3 passed)
Check name Status Explanation
Title check โœ… Passed The title clearly and concisely describes the main change: updating the docker/login-action GitHub Action from v3 to v4.
Docstring Coverage โœ… Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check โœ… Passed Check skipped - CodeRabbit’s high-level summary is enabled.

โœ๏ธ Tip: You can configure your own custom pre-merge checks in the settings.

โœจ Finishing Touches
๐Ÿงช Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/docker-login-action-4.x

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

โค๏ธ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๐Ÿงน Nitpick comments (1)
.github/workflows/build-docker.yml (1)

25-28: Consider pinning to SHA for immutability.

For enhanced security and reproducibility, consider pinning to a specific commit SHA instead of a mutable tag. This prevents potential supply chain attacks if the tag is moved.

Example:

uses: docker/login-action@<SHA> # v4

Note: You can find the SHA for v4 from the action's repository releases page.

๐Ÿค– Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/build-docker.yml around lines 25 - 28, Replace the mutable
tag used for the GitHub Action "docker/login-action@v4" with its specific commit
SHA to ensure immutability; locate the "uses: docker/login-action@v4" entry and
update it to "docker/login-action@<SHA>" using the commit SHA from the action's
v4 release (verify on the action's releases page) so the workflow pins to a
fixed commit rather than a floating tag.
๐Ÿค– Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In @.github/workflows/build-docker.yml:
- Around line 25-28: Replace the mutable tag used for the GitHub Action
"docker/login-action@v4" with its specific commit SHA to ensure immutability;
locate the "uses: docker/login-action@v4" entry and update it to
"docker/login-action@<SHA>" using the commit SHA from the action's v4 release
(verify on the action's releases page) so the workflow pins to a fixed commit
rather than a floating tag.

โ„น๏ธ Review info
โš™๏ธ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7b913c72-e560-4d5e-9e8c-17eacad3b6a5

๐Ÿ“ฅ Commits

Reviewing files that changed from the base of the PR and between e2f1adc and 777f813.

๐Ÿ“’ Files selected for processing (1)
  • .github/workflows/build-docker.yml

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Only repository collaborators, contributors, or members can run CodeRabbit commands.

@renovate renovate Bot force-pushed the renovate/docker-login-action-4.x branch from 777f813 to 73e35e5 Compare April 29, 2026 16:08
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