[llvm] Update docker/login-action action to v4 (PR #186719)

via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 17:30:32 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Mend Renovate (renovate-bot)

<details>
<summary>Changes</summary>

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://redirect.github.com/docker/login-action) | action | major | `v3.6.0` → `v4.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/160328) for more information.

---

### Release Notes

<details>
<summary>docker/login-action (docker/login-action)</summary>

### [`v4.0.0`](https://redirect.github.com/docker/login-action/releases/tag/v4.0.0)

[Compare Source](https://redirect.github.com/docker/login-action/compare/v3.7.0...v4.0.0)

- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#<!-- -->8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#<!-- -->8203;929](https://redirect.github.com/docker/login-action/pull/929)
- Switch to ESM and update config/test wiring by [@&#<!-- -->8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#<!-- -->8203;927](https://redirect.github.com/docker/login-action/pull/927)
- Bump [@&#<!-- -->8203;actions/core](https://redirect.github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#<!-- -->8203;919](https://redirect.github.com/docker/login-action/pull/919)
- Bump [@&#<!-- -->8203;aws-sdk/client-ecr](https://redirect.github.com/aws-sdk/client-ecr) from 3.890.0 to 3.1000.0 in [#&#<!-- -->8203;909](https://redirect.github.com/docker/login-action/pull/909) [#&#<!-- -->8203;920](https://redirect.github.com/docker/login-action/pull/920)
- Bump [@&#<!-- -->8203;aws-sdk/client-ecr-public](https://redirect.github.com/aws-sdk/client-ecr-public) from 3.890.0 to 3.1000.0 in [#&#<!-- -->8203;909](https://redirect.github.com/docker/login-action/pull/909) [#&#<!-- -->8203;920](https://redirect.github.com/docker/login-action/pull/920)
- Bump [@&#<!-- -->8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.63.0 to 0.77.0 in [#&#<!-- -->8203;910](https://redirect.github.com/docker/login-action/pull/910) [#&#<!-- -->8203;928](https://redirect.github.com/docker/login-action/pull/928)
- Bump [@&#<!-- -->8203;isaacs/brace-expansion](https://redirect.github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#&#<!-- -->8203;921](https://redirect.github.com/docker/login-action/pull/921)
- Bump js-yaml from 4.1.0 to 4.1.1 in [#&#<!-- -->8203;901](https://redirect.github.com/docker/login-action/pull/901)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.7.0...v4.0.0>

### [`v3.7.0`](https://redirect.github.com/docker/login-action/releases/tag/v3.7.0)

[Compare Source](https://redirect.github.com/docker/login-action/compare/v3.6.0...v3.7.0)

- Add `scope` input to set scopes for the authentication token by [@&#<!-- -->8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#<!-- -->8203;912](https://redirect.github.com/docker/login-action/pull/912)
- Add support for AWS European Sovereign Cloud ECR by [@&#<!-- -->8203;dphi](https://redirect.github.com/dphi) in [#&#<!-- -->8203;914](https://redirect.github.com/docker/login-action/pull/914)
- Ensure passwords are redacted with `registry-auth` input by [@&#<!-- -->8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#<!-- -->8203;911](https://redirect.github.com/docker/login-action/pull/911)
- build(deps): bump lodash from 4.17.21 to 4.17.23 in [#&#<!-- -->8203;915](https://redirect.github.com/docker/login-action/pull/915)

**Full Changelog**: <https://github.com/docker/login-action/compare/v3.6.0...v3.7.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 12:59 AM, only on Monday ( * 0 * * 1 ) (UTC), 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/llvm/llvm-project).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->


---
Full diff: https://github.com/llvm/llvm-project/pull/186719.diff


1 Files Affected:

- (modified) .github/workflows/libcxx-build-containers.yml (+1-1) 


``````````diff
diff --git a/.github/workflows/libcxx-build-containers.yml b/.github/workflows/libcxx-build-containers.yml
index dccee910bec1d..53edf390f729e 100644
--- a/.github/workflows/libcxx-build-containers.yml
+++ b/.github/workflows/libcxx-build-containers.yml
@@ -56,7 +56,7 @@ jobs:
         TAG: ${{ github.sha }}
 
     - name: Log in to GitHub Container Registry
-      uses: docker/login-action at 5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+      uses: docker/login-action at b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
       with:
         registry: ghcr.io
         username: ${{ github.actor }}

``````````

</details>


https://github.com/llvm/llvm-project/pull/186719


More information about the llvm-commits mailing list