camunda-community-hub / zeebe-client-csharp

Contains an Zeebe C# client implementation.
https://camunda-community-hub.github.io/zeebe-client-csharp/
Apache License 2.0
99 stars 53 forks source link

chore(deps): update actions/setup-dotnet action to v4 #709

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

actions/setup-dotnet (actions/setup-dotnet) ### [`v4.0.1`](https://redirect.github.com/actions/setup-dotnet/releases/tag/v4.0.1) [Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v4.0.0...v4.0.1) ##### What's Changed ##### Documentation changes: - Update README.md to use latest action version by [@​mikes-gh](https://redirect.github.com/mikes-gh) in [https://github.com/actions/setup-dotnet/pull/502](https://redirect.github.com/actions/setup-dotnet/pull/502) - Update links to runner software by [@​samuel-w](https://redirect.github.com/samuel-w) in [https://github.com/actions/setup-dotnet/pull/499](https://redirect.github.com/actions/setup-dotnet/pull/499) ##### Dependency updates: - Bump undici from 5.27.2 to 5.28.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-dotnet/pull/515](https://redirect.github.com/actions/setup-dotnet/pull/515) - Bump braces from 3.0.2 to 3.0.3 and other dependency updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-dotnet/pull/533](https://redirect.github.com/actions/setup-dotnet/pull/533) ##### New Contributors - [@​mikes-gh](https://redirect.github.com/mikes-gh) made their first contribution in [https://github.com/actions/setup-dotnet/pull/502](https://redirect.github.com/actions/setup-dotnet/pull/502) - [@​samuel-w](https://redirect.github.com/samuel-w) made their first contribution in [https://github.com/actions/setup-dotnet/pull/499](https://redirect.github.com/actions/setup-dotnet/pull/499) **Full Changelog**: https://github.com/actions/setup-dotnet/compare/v4...v4.0.1 ### [`v4.0.0`](https://redirect.github.com/actions/setup-dotnet/releases/tag/v4.0.0) [Compare Source](https://redirect.github.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 [@​harithavattikuti](https://redirect.github.com/harithavattikuti) in [#​484](https://redirect.github.com/actions/setup-dotnet/issues/484) - Sequential version install fix by [@​nikolai-laevskii](https://redirect.github.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/433](https://redirect.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](https://redirect.github.com/actions/setup-dotnet?tab=readme-ov-file#usage). **Non-breaking changes** - Refactor installer by [@​nikolai-laevskii](https://redirect.github.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/432](https://redirect.github.com/actions/setup-dotnet/pull/432) - Allow json comments by [@​nikolai-laevskii](https://redirect.github.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/431](https://redirect.github.com/actions/setup-dotnet/pull/431) - Update fast-xml-parser and dotnet installer scripts by [@​IvanZosimov](https://redirect.github.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/437](https://redirect.github.com/actions/setup-dotnet/pull/437) - Update dependencies by [@​IvanZosimov](https://redirect.github.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/440](https://redirect.github.com/actions/setup-dotnet/pull/440) - Bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-dotnet/pull/444](https://redirect.github.com/actions/setup-dotnet/pull/444) - Update installers by [@​nikolai-laevskii](https://redirect.github.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/462](https://redirect.github.com/actions/setup-dotnet/pull/462) - Update semver by [@​dmitry-shibanov](https://redirect.github.com/dmitry-shibanov) in [https://github.com/actions/setup-dotnet/pull/468](https://redirect.github.com/actions/setup-dotnet/pull/468) #### New Contributors - [@​HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) made their first contribution in [https://github.com/actions/setup-dotnet/pull/484](https://redirect.github.com/actions/setup-dotnet/pull/484) **Full Changelog**: https://github.com/actions/setup-dotnet/compare/v3...v4.0.0

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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