[PR #2947] [MERGED] [deps]: Update actions/setup-dotnet action to v4 #79139

Closed
opened 2026-05-19 16:47:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2947
Author: @renovate[bot]
Created: 1/20/2024
Status: Merged
Merged: 1/22/2024
Merged by: @vgrassia

Base: mainHead: renovate/actions-setup-dotnet-4.x


📝 Commits (1)

  • 61bdad7 [deps]: Update actions/setup-dotnet action to v4

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)

📄 Description

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

Non-breaking changes

New Contributors

Full Changelog: https://github.com/actions/setup-dotnet/compare/v3...v4.0.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.


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

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2947 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 1/20/2024 **Status:** ✅ Merged **Merged:** 1/22/2024 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `main` ← **Head:** `renovate/actions-setup-dotnet-4.x` --- ### 📝 Commits (1) - [`61bdad7`](https://github.com/bitwarden/android/commit/61bdad7a16538807671fd3fb25686de69db18594) [deps]: Update actions/setup-dotnet action to v4 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-dotnet](https://togithub.com/actions/setup-dotnet) | action | major | `v3.2.0` -> `v4.0.0` | --- ### Release Notes <details> <summary>actions/setup-dotnet (actions/setup-dotnet)</summary> ### [`v4.0.0`](https://togithub.com/actions/setup-dotnet/releases/tag/v4.0.0) [Compare Source](https://togithub.com/actions/setup-dotnet/compare/v3.2.0...v4.0.0) ##### 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 [@&#8203;harithavattikuti](https://togithub.com/harithavattikuti) in [#&#8203;484](https://togithub.com/actions/setup-dotnet/issues/484) **Non-breaking changes** - Refactor installer by [@&#8203;nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/432](https://togithub.com/actions/setup-dotnet/pull/432) - Allow json comments by [@&#8203;nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/431](https://togithub.com/actions/setup-dotnet/pull/431) - Sequential version install fix by [@&#8203;nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/433](https://togithub.com/actions/setup-dotnet/pull/433) setup-dotnet@v3 used to overwrite dotnet executable on each action run, which was causing action to fail on some occasions due to executable being still in use. In setup-dotnet@v4 we solved this issue by adding another install-script run that installs LTS version of dotnet executable and uses it for all subsequent dotnet installations. The first install-script run conducts the actual download only once per **workflow.** - Update fast-xml-parser and dotnet installer scripts by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/437](https://togithub.com/actions/setup-dotnet/pull/437) - Update dependencies by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/440](https://togithub.com/actions/setup-dotnet/pull/440) - Bump word-wrap from 1.2.3 to 1.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-dotnet/pull/444](https://togithub.com/actions/setup-dotnet/pull/444) - Update installers by [@&#8203;nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/462](https://togithub.com/actions/setup-dotnet/pull/462) - Update semver by [@&#8203;dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-dotnet/pull/468](https://togithub.com/actions/setup-dotnet/pull/468) ##### New Contributors - [@&#8203;HarithaVattikuti](https://togithub.com/HarithaVattikuti) made their first contribution in [https://github.com/actions/setup-dotnet/pull/484](https://togithub.com/actions/setup-dotnet/pull/484) **Full Changelog**: https://github.com/actions/setup-dotnet/compare/v3...v4.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bitwarden/mobile). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-19 16:47:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#79139