Skip to content

[deps]: Update actions/setup-dotnet action to v4 #156

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action major v3.2.0 -> v4.0.0

Release Notes

actions/setup-dotnet (actions/setup-dotnet)

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 https://github.com/actions/setup-dotnet/pull/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


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 8, 2024 03:01
@bitwarden-bot bitwarden-bot changed the title [deps]: Update actions/setup-dotnet action to v4 [PM-9572] [deps]: Update actions/setup-dotnet action to v4 Jul 8, 2024
@bitwarden-bot
Copy link

Internal tracking:

@bitwarden-bot
Copy link

Logo
Checkmarx One – Scan Summary & Details8d7cd3e8-1307-4cc5-959c-07a9fc2c5244

No New Or Fixed Issues Found

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (82a646c) to head (9fc4745).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #156   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         48      48           
  Lines       1786    1786           
  Branches     100     100           
=====================================
  Misses      1786    1786           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title [PM-9572] [deps]: Update actions/setup-dotnet action to v4 [deps]: Update actions/setup-dotnet action to v4 Jul 8, 2024
@vgrassia vgrassia merged commit 2c3b590 into main Jul 8, 2024
8 checks passed
@vgrassia vgrassia deleted the renovate/actions-setup-dotnet-4.x branch July 8, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants