Skip to content

Update GitHub Actions (major) - #68

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions
Open

Update GitHub Actions (major)#68
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2.4.0v7.0.1
actions/checkout action major v3v7
actions/setup-dotnet action major v1v6
actions/setup-node action major v2v7
actions/stale action major v4v11
codecov/codecov-action action major v2v7
node uses-with major 1424
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.2v2.1.0

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.7.0

Compare Source

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v3.6.0...v3.7.0

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.8.0

Compare Source

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
actions/setup-dotnet (actions/setup-dotnet)

v6.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-dotnet@v5...v6.0.0

v5.4.0

Compare Source

What's Changed
Enhancements
Documentation
Bug Fixes
Dependency Updates
New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

Enhancements
Dependency Updates
Bug Fixes

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.3.0

v5.2.0

Compare Source

What's changed

Enhancements
Dependency Updates

Full Changelog: actions/setup-dotnet@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Documentation
Dependency updates

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.1.0

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v5...v5.0.1

v5.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Updates
Bug Fixes

New Contributors

Full Changelog: actions/setup-dotnet@v4...v5.0.0

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-dotnet@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Some .NET binaries and installers currently hosted on Azure Content Delivery Network (CDN) domains ending in .azureedge.net will move to new domains as the provider, edg.io, will soon cease operations. There may be downtime or unavailability of .azureedge.net domains in the future as the .NET team is required to migrate to a new CDN and set of domains moving forward.

If your workflows are pinned to specific SHAs or minor tags, please upgrade to a major release tag to avoid service disruptions. Edgio has confirmed their services will be operational until at least January 15, 2025.

For updates, follow dotnet/core#9671.

New Contributors

Full Changelog: actions/setup-dotnet@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
Bug fixes :
Dependency updates :
New Contributors

Full Changelog: actions/setup-dotnet@v4...v4.1.0

v4.0.1

Compare Source

What's Changed
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-dotnet@v4...v4.0.1

v4.0.0

Compare Source

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-dotnet will run on Node.js 20 instead of Node.js 16.

Breaking changes

  • Update Node.js runtime to version 20 by @​harithavattikuti in #​484
  • Sequential version install fix by @​nikolai-laevskii in #​433
    In setup-dotnet@​v3, the dotnet executable was overwritten during each action run, sometimes leading to failures if the executable was still in use. This issue was resolved in setup-dotnet@​v4 by introducing an additional install-script run that installs the LTS version of the dotnet executable and utilizes it for all subsequent dotnet installations. The actual download is performed only once per workflow by the initial install-script run. To use older versions, utilize global.json. For more details, refer to the documentation.

Non-breaking changes

New Contributors

Full Changelog: actions/setup-dotnet@v3...v4.0.0

v3.4.2

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v3...v3.4.2

v3.4.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v3...v3.4.1

v3.4.0

Compare Source

What's Changed

  • Update actions/cache to 4.0.3 by @​mahabaleshwars in #​620
    In scope of this release we updated actions/cache package to ensure continuous support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

New Contributors

Full Changelog: actions/setup-dotnet@v3...v3.4.0

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v3...v3.3.1

v3.3.0

Compare Source

What's Changed

Some .NET binaries and installers currently hosted on Azure Content Delivery Network (CDN) domains ending in .azureedge.net will move to new domains as the provider, edg.io, will soon cease operations. There may be downtime or unavailability of .azureedge.net domains in the future as the .NET team is required to migrate to a new CDN and set of domains moving forward.

If your workflows are pinned to specific SHAs or minor tags, please upgrade to a major release tag to avoid service disruptions. Edgio has confirmed their services will be operational until at least January 15, 2025.

For updates, follow dotnet/core#9671.

Full Changelog: actions/setup-dotnet@v3.2.0...v3.3.0

v3.2.0

Compare Source

What's Changed

In scope of this minor release, the ability to cache the NuGet global-packages folder was added in #​303 by @​nogic1008

For caching, the action uses the @​toolkit/cache library under the hood, which in turn allows getting rid of configuring the @​actions/cache action separately.

Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - packages.lock.json.

Example of use-case:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: 6.x
    cache: true
    cache-dependency-path: subdir/packages.lock.json

More details can be found in the action's documentation.

Full Changelog: actions/setup-dotnet@v3...v3.2.0

v3.1.0

Compare Source

What's Changed

This minor release includes the following new features:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: '7.0.2xx'

More details about the new syntax can be found here.

It also contains several infrastructure changes:

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on Monday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added actions dependencies Pull requests that update a dependency file renovate labels Jul 14, 2025
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from 0842333 to 5dad965 Compare August 12, 2025 23:38
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 5ab9c9d to fa8e0cb Compare September 5, 2025 06:51
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from fa8e0cb to ec0fc67 Compare October 15, 2025 20:03
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from ec0fc67 to 7d4befa Compare November 1, 2025 07:40
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 99c6a37 to 6fff853 Compare November 21, 2025 03:52
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from 6fff853 to 862e8d4 Compare December 2, 2025 22:43
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from 862e8d4 to ab40b9f Compare January 17, 2026 04:20
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from ab40b9f to 59450ca Compare January 24, 2026 06:59
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from 59450ca to 5600639 Compare March 1, 2026 13:24
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from 5600639 to f364656 Compare March 31, 2026 16:59
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from ef701ec to ad0f244 Compare June 7, 2026 10:54
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from ad0f244 to 88401ca Compare June 20, 2026 10:58
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from 88401ca to d35a0d2 Compare July 17, 2026 23:50
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from d35a0d2 to 8e03651 Compare July 25, 2026 07:03
@renovate
renovate Bot force-pushed the renovate/major-github-actions branch from 8e03651 to 71b8eee Compare July 29, 2026 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

actions dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants