Conversation
Member
|
@dependabot recreate |
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.72.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](docker/actions-toolkit@v0.63.0...v0.72.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-version: 0.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
582a8d4 to
3b95884
Compare
crazy-max
approved these changes
Jan 30, 2026
umati-bot
added a commit
to umati/Sample-Server
that referenced
this pull request
Mar 5, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://github.com/docker/login-action) | action | major | `v3.7.0` → `v4.0.0` | --- ### Release Notes <details> <summary>docker/login-action (docker/login-action)</summary> ### [`v4.0.0`](https://github.com/docker/login-action/releases/tag/v4.0.0) [Compare Source](docker/login-action@v3.7.0...v4.0.0) - Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@​crazy-max](https://github.com/crazy-max) in [#​929](docker/login-action#929) - Switch to ESM and update config/test wiring by [@​crazy-max](https://github.com/crazy-max) in [#​927](docker/login-action#927) - Bump [@​actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#​919](docker/login-action#919) - Bump [@​aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) from 3.890.0 to 3.1000.0 in [#​909](docker/login-action#909) [#​920](docker/login-action#920) - Bump [@​aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) from 3.890.0 to 3.1000.0 in [#​909](docker/login-action#909) [#​920](docker/login-action#920) - Bump [@​docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.77.0 in [#​910](docker/login-action#910) [#​928](docker/login-action#928) - Bump [@​isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#​921](docker/login-action#921) - Bump js-yaml from 4.1.0 to 4.1.1 in [#​901](docker/login-action#901) **Full Changelog**: <docker/login-action@v3.7.0...v4.0.0> </details> --- ### Configuration 📅 **Schedule**: 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 is behind base branch, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://codeberg.org/umati/Sample-Server/pulls/1655 Co-authored-by: umati-bot <git-bot@umati.org> Co-committed-by: umati-bot <git-bot@umati.org>
mergify bot
added a commit
to robfrank/linklift
that referenced
this pull request
Mar 10, 2026
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. Release notes *Sourced from [docker/login-action's releases](https://github.com/docker/login-action/releases).* > v4.0.0 > ------ > > * Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [`@crazy-max`](https://github.com/crazy-max) in [docker/login-action#929](https://redirect.github.com/docker/login-action/pull/929) > * Switch to ESM and update config/test wiring by [`@crazy-max`](https://github.com/crazy-max) in [docker/login-action#927](https://redirect.github.com/docker/login-action/pull/927) > * Bump `@actions/core` from 1.11.1 to 3.0.0 in [docker/login-action#919](https://redirect.github.com/docker/login-action/pull/919) > * Bump `@aws-sdk/client-ecr` from 3.890.0 to 3.1000.0 in [docker/login-action#909](https://redirect.github.com/docker/login-action/pull/909) [docker/login-action#920](https://redirect.github.com/docker/login-action/pull/920) > * Bump `@aws-sdk/client-ecr-public` from 3.890.0 to 3.1000.0 in [docker/login-action#909](https://redirect.github.com/docker/login-action/pull/909) [docker/login-action#920](https://redirect.github.com/docker/login-action/pull/920) > * Bump `@docker/actions-toolkit` from 0.63.0 to 0.77.0 in [docker/login-action#910](https://redirect.github.com/docker/login-action/pull/910) [docker/login-action#928](https://redirect.github.com/docker/login-action/pull/928) > * Bump `@isaacs/brace-expansion` from 5.0.0 to 5.0.1 in [docker/login-action#921](https://redirect.github.com/docker/login-action/pull/921) > * Bump js-yaml from 4.1.0 to 4.1.1 in [docker/login-action#901](https://redirect.github.com/docker/login-action/pull/901) > > **Full Changelog**: <docker/login-action@v3.7.0...v4.0.0> Commits * [`b45d80f`](docker/login-action@b45d80f) Merge pull request [#929](https://redirect.github.com/docker/login-action/issues/929) from crazy-max/node24 * [`176cb9c`](docker/login-action@176cb9c) node 24 as default runtime * [`cad8984`](docker/login-action@cad8984) Merge pull request [#920](https://redirect.github.com/docker/login-action/issues/920) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc... * [`92cbcb2`](docker/login-action@92cbcb2) chore: update generated content * [`5a2d6a7`](docker/login-action@5a2d6a7) build(deps): bump the aws-sdk-dependencies group with 2 updates * [`44512b6`](docker/login-action@44512b6) Merge pull request [#928](https://redirect.github.com/docker/login-action/issues/928) from docker/dependabot/npm\_and\_yarn/docker/actions-to... * [`28737a5`](docker/login-action@28737a5) chore: update generated content * [`dac0793`](docker/login-action@dac0793) build(deps): bump `@docker/actions-toolkit` from 0.76.0 to 0.77.0 * [`62029f3`](docker/login-action@62029f3) Merge pull request [#919](https://redirect.github.com/docker/login-action/issues/919) from docker/dependabot/npm\_and\_yarn/actions/core-3.0.0 * [`08c8f06`](docker/login-action@08c8f06) chore: update generated content * Additional commits viewable in [compare view](docker/login-action@c94ce9f...b45d80f) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @docker/actions-toolkit from 0.63.0 to 0.72.0.
Release notes
Sourced from
@docker/actions-toolkit's releases.... (truncated)
Commits
f2404dcMerge pull request #918 from crazy-max/isolated-modules8bae8c9Merge pull request #913 from docker/dependabot/npm_and_yarn/sigstore/verify-3...c00b0d2set isolatedModules=true to fix ts-jest TS151002 warningf861f8dbuild(deps): bump@sigstore/verifyfrom 3.0.0 to 3.1.07b8ae12Merge pull request #917 from crazy-max/update-sigstore-sign10fbe0dupdate@sigstore/signto 4.1.08ba5f4aenable Node 16–style ESM resolutionfcb1e5aMerge pull request #914 from docker/dependabot/npm_and_yarn/sigstore/tuf-4.0.1459eee5Merge pull request #916 from docker/bot/undock-releases-json9c67bc4github: update .github/undock-releases.jsonMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@docker/actions-toolkitsince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)