Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the actions group across 1 directory with 4 updates#899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/github_actions/dot-github/workflows/actions-1a5249d3f2

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 1, 2025
edited
Loading

Bumps the actions group with 4 updates in the /.github/workflows directory:actions/cache,actions/upload-artifact,docker/login-action andactions/download-artifact.

Updatesactions/cache from 4.2.4 to 4.3.0

Release notes

Sourced fromactions/cache's releases.

v4.3.0

What's Changed

New Contributors

Full Changelog:actions/cache@v4...v4.3.0

Changelog

Sourced fromactions/cache's changelog.

Releases

4.3.0

4.2.4

  • Bump@actions/cache to v4.0.5

4.2.3

  • Bump@actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)

4.2.2

  • Bump@actions/cache to v4.0.2

4.2.1

  • Bump@actions/cache to v4.0.1

4.2.0

TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability.actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as ofFebruary 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release arefully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to versionv4 orv3 as soon as possible beforeFebruary 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versionsv4.2.0 orv3.4.0

If you do not upgrade, all workflow runs using any of the deprecatedactions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

4.1.2

  • Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices -#1474
  • Security fix: Bump braces from 3.0.2 to 3.0.3 -#1475

4.1.1

  • Restore original behavior ofcache-hit output -#1467

4.1.0

  • Ensurecache-hit output is set when a cache is missed -#1404
  • Deprecatesave-always input -#1452

... (truncated)

Commits

Updatesactions/upload-artifact from 4.6.2 to 5.0.0

Release notes

Sourced fromactions/upload-artifact's releases.

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Nodev24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog:actions/upload-artifact@v4...v5.0.0

Commits
  • 330a01c Merge pull request#734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Updategithub.dep.yml
  • 905a1ec Preparev5.0.0
  • 2d9f9cd Merge pull request#725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request#727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request#712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • Additional commits viewable incompare view

Updatesdocker/login-action from 3.5.0 to 3.6.0

Release notes

Sourced fromdocker/login-action's releases.

v3.6.0

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

Commits
  • 5e57cd1 Merge pull request#890 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 97e3143 chore: update generated content
  • 3a0796b build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 5b7b28b Merge pull request#882 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • abc9fb3 chore: update generated content
  • d468688 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • a99b2f8 Merge pull request#883 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 0d7fae8 chore: update generated content
  • 9832253 build(deps): bump@​docker/actions-toolkit from 0.62.1 to 0.63.0
  • 09e05bb Merge pull request#881 from docker/dependabot/npm_and_yarn/tmp-0.2.4
  • Additional commits viewable incompare view

Updatesactions/download-artifact from 5.0.0 to 6.0.0

Release notes

Sourced fromactions/download-artifact's releases.

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Nodev24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog:actions/download-artifact@v5...v6.0.0

Commits
  • 018cc2c Merge pull request#438 from actions/danwkennedy/prepare-6.0.0
  • 815651c Revert "Removegithub.dep.yml"
  • bb3a066 Removegithub.dep.yml
  • fa1ce46 Preparev6.0.0
  • 4a24838 Merge pull request#431 from danwkennedy/patch-1
  • 5e3251c Readme: spell out the first use of GHES
  • abefc31 Merge pull request#424 from actions/yacaovsnc/update_readme
  • ac43a60 Update README with artifact extraction details
  • de96f46 Merge pull request#417 from actions/yacaovsnc/update_readme
  • 7993cb4 Remove migration guide for artifact download changes
  • Additional commits viewable incompare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabotdependabotbot added dependenciesPull requests that update a dependency file github_actionsPull requests that update GitHub Actions code labelsDec 1, 2025
Bumps the actions group with 4 updates in the /.github/workflows directory: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact), [docker/login-action](https://github.com/docker/login-action) and [actions/download-artifact](https://github.com/actions/download-artifact).Updates `actions/cache` from 4.2.4 to 4.3.0- [Release notes](https://github.com/actions/cache/releases)- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)- [Commits](actions/cache@0400d5f...0057852)Updates `actions/upload-artifact` from 4.6.2 to 5.0.0- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@ea165f8...330a01c)Updates `docker/login-action` from 3.5.0 to 3.6.0- [Release notes](https://github.com/docker/login-action/releases)- [Commits](docker/login-action@184bdaa...5e57cd1)Updates `actions/download-artifact` from 5.0.0 to 6.0.0- [Release notes](https://github.com/actions/download-artifact/releases)- [Commits](actions/download-artifact@634f93c...018cc2c)---updated-dependencies:- dependency-name: actions/cache  dependency-version: 4.3.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: actions- dependency-name: actions/upload-artifact  dependency-version: 5.0.0  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions- dependency-name: docker/login-action  dependency-version: 3.6.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: actions- dependency-name: actions/download-artifact  dependency-version: 6.0.0  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/github_actions/dot-github/workflows/actions-1a5249d3f2 branch froma2cd854 to5c59a9aCompareDecember 2, 2025 19:24
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubDec 3, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configureignore rules in dependabot.yml

@jjhelmusjjhelmus reopened thisDec 3, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jjhelmus

[8]ページ先頭

©2009-2025 Movatter.jp