Skip to content

Bump docker/login-action from 3 to 4 - #543

Merged
blooop merged 1 commit into
mainfrom
dependabot/github_actions/docker/login-action-4
Sep 1, 2026
Merged

Bump docker/login-action from 3 to 4#543
blooop merged 1 commit into
mainfrom
dependabot/github_actions/docker/login-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

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
  • dbcb813 Merge pull request #1051 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • 5bcb015 [dependabot skip] chore: update generated content
  • b30b2f2 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • 9087f1e Merge pull request #1057 from docker/dependabot/npm_and_yarn/js-yaml-5.2.2
  • 0009830 [dependabot skip] chore: update generated content
  • 2325523 build(deps): bump js-yaml from 5.2.1 to 5.2.2
  • 4ec1d4a Merge pull request #1056 from docker/dependabot/npm_and_yarn/postcss-8.5.22
  • 5fc99ba Merge pull request #1053 from docker/dependabot/github_actions/aws-actions/co...
  • e512bd5 Merge pull request #1052 from docker/dependabot/github_actions/codeql-actions...
  • a146c91 Merge pull request #1059 from crazy-max/harden-buildx-scope-paths
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026
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>
@blooop
blooop force-pushed the dependabot/github_actions/docker/login-action-4 branch from 2602623 to 3b2396a Compare September 1, 2026 12:16

@blooop blooop left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

v4 is a runtime and packaging major — Node 24 as the default runtime and a
switch to ESM (docker/login-action#929,
#927) — rather than a change
in what the action does. Nothing in its interface moved under us: registry,
username and password are the only three inputs this workflow passes, and
all three are still declared in v4's action.yml, undeprecated and with the
same meanings.

The Node 24 default needs runner v2.327.1+. The only job that uses this action
is prebuild, which runs on ubuntu-latest and ubuntu-24.04-arm — both
GitHub-hosted and current, so there is no runner here to strand.

Two things worth recording rather than leaving implicit:

  • PR CI does not exercise this. devcontainer-prebuild.yml triggers on
    pushes to main under a .devcontainer/** path filter plus the workflow file
    itself. That filter includes this file, so the merge to main is the first
    real run of the GHCR login — and the merge commit will trigger it, which is
    the verification. A green tick on this PR says nothing about the changed line.
  • The rust failure on the original head was not this bump. It was
    the_stages_account_for_no_more_than_the_total comparing a sum of round6'd
    stage seconds against a separately round6'd total with an exact <=, which
    rounding alone can trip (0.030157 + 0.030099 against 0.060256). Fixed in
    #545; this branch is rebased
    onto it rather than re-rolled until the dice came up green.

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.91%. Comparing base (76e6203) to head (3b2396a).

Additional details and impacted files
Flag Coverage Δ
python 42.98% <ø> (ø)
rust 95.21% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
shipped code (rust) 95.21% <ø> (-0.03%) ⬇️
harness and tooling (python) 42.98% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@blooop
blooop merged commit 257e523 into main Sep 1, 2026
15 checks passed
@blooop
blooop deleted the dependabot/github_actions/docker/login-action-4 branch September 1, 2026 12:22
@blooop blooop mentioned this pull request Sep 1, 2026
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.

1 participant