Skip to content

chore(deps): bump docker/login-action from 3 to 4#6692

Merged
hanabi1224 merged 2 commits intomainfrom
dependabot/github_actions/docker/login-action-4
Mar 5, 2026
Merged

chore(deps): bump docker/login-action from 3 to 4#6692
hanabi1224 merged 2 commits intomainfrom
dependabot/github_actions/docker/login-action-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 4, 2026

Bumps docker/login-action from 3 to 4.

Release notes

Sourced from docker/login-action's releases.

v4.0.0

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

v3.7.0

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

v3.6.0

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

v3.5.0

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

v3.4.0

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

... (truncated)

Commits
  • b45d80f Merge pull request #929 from crazy-max/node24
  • 176cb9c node 24 as default runtime
  • cad8984 Merge pull request #920 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 92cbcb2 chore: update generated content
  • 5a2d6a7 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 44512b6 Merge pull request #928 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 28737a5 chore: update generated content
  • dac0793 build(deps): bump @​docker/actions-toolkit from 0.76.0 to 0.77.0
  • 62029f3 Merge pull request #919 from docker/dependabot/npm_and_yarn/actions/core-3.0.0
  • 08c8f06 chore: update generated content
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated Docker authentication across CI/CD workflows to the latest supported implementation.
    • Adjusted Docker image metadata handling in build pipelines (removed in one workflow; expanded in another).
    • Added Docker-related grouping for automated dependency updates so CI actions for container tooling receive grouped updates.

Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 4, 2026 19:33
@dependabot dependabot Bot added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Mar 4, 2026
@dependabot dependabot Bot requested review from hanabi1224 and sudo-shashank and removed request for a team March 4, 2026 19:33
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 2927dba4-2a6d-4d97-a54b-5c6e13621ccd

📥 Commits

Reviewing files that changed from the base of the PR and between 057f16e and 7d60ee4.

📒 Files selected for processing (1)
  • .github/dependabot.yml

Walkthrough

Multiple GitHub Actions workflows updated to use docker/login-action@v4; one workflow removes a docker/metadata-action step; dependabot config updated to group Docker-related actions for automatic updates.

Changes

Cohort / File(s) Summary
Login action version bumps (single-step workflows)
/.github/workflows/docker-dev.yml, /.github/workflows/docker-latest-tag.yml
Replaced docker/login-action@v3 with docker/login-action@v4 in the GitHub Packages login step.
Login action version bumps (multi-step workflows)
/.github/workflows/docker.yml, /.github/workflows/lotus-devnet-publish.yml
Replaced docker/login-action@v3 with docker/login-action@v4 for both GitHub Packages and Docker Hub login steps; small metadata config change in lotus-devnet-publish.yml.
Login bump + metadata removal
/.github/workflows/curio-devnet-publish.yml
Replaced docker/login-action@v3 with docker/login-action@v4 and removed the docker/metadata-action@v5 step (image label/tag metadata generation).
Dependabot grouping
/.github/dependabot.yml
Added a Docker group/pattern (docker/*) under GitHub Actions updates to track Docker-related action versions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • sudo-shashank
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately summarizes the main change: bumping the docker/login-action dependency from version 3 to version 4 across multiple workflows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/github_actions/docker/login-action-4

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

@hanabi1224 hanabi1224 enabled auto-merge March 5, 2026 03:44
@hanabi1224 hanabi1224 added this pull request to the merge queue Mar 5, 2026
Merged via the queue into main with commit 1274449 Mar 5, 2026
60 of 61 checks passed
@hanabi1224 hanabi1224 deleted the dependabot/github_actions/docker/login-action-4 branch March 5, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants