chore(deps): update actions/setup-dotnet action to v5 #505
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.0->v5.0.0Release Notes
actions/setup-dotnet (actions/setup-dotnet)
v5.0.0Compare 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.1Compare Source
What's Changed
v4- Removeazureedge.netfallback logic and update install scripts by @zaataylor in #572As outlined in Critical .NET Install Links Are Changing, remove the storage account fallback logic added for v4 in #566 and update the install scripts accordingly.
Related issue: dotnet/install-scripts#559
Full Changelog: actions/setup-dotnet@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.3.0
v4.2.0Compare 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.0Compare Source
What's Changed
Bug fixes :
isGheslogic by @jww3 in #556Dependency updates :
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.1.0
v4.0.1Compare Source
What's Changed
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-dotnet@v4...v4.0.1
v4.0.0Compare 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
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.2Compare Source
What's Changed
Full Changelog: actions/setup-dotnet@v3...v3.4.2
v3.4.1Compare Source
What's Changed
Full Changelog: actions/setup-dotnet@v3...v3.4.1
v3.4.0Compare Source
What's Changed
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.1Compare Source
What's Changed
v3- Removeazureedge.netfallback logic and update install scripts by @zaataylor in #573As outlined in Critical .NET Install Links Are Changing, remove the storage account fallback logic added for v3 in #567 and update the install scripts accordingly.
Related issue: dotnet/install-scripts#559
Full Changelog: actions/setup-dotnet@v3...v3.3.1
v3.3.0Compare 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.0Compare Source
What's Changed
In scope of this minor release, the ability to cache the NuGet
global-packagesfolder was added in #303 by @nogic1008For 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
cacheandcache-dependency-pathwere added. Thecacheinput is optional, and caching is turned off by default,cache-dependency-pathis used to specify the path to a dependency file -packages.lock.json.Example of use-case:
More details can be found in the action's documentation.
Full Changelog: actions/setup-dotnet@v3...v3.2.0
v3.1.0Compare Source
What's Changed
This minor release includes the following new features:
More details about the new syntax can be found here.
global-json-fileinput was updated to accept absolute paths in #396 by @othmane-kinane-nwglobal.jsonwas not found in the root directory was added in #344 by @teo-tsirpanisIt also contains several infrastructure changes:
actions/publish-actionby @JamesMGreene in #348New Contributors
Full Changelog: actions/setup-dotnet@v3...v3.1.0
v3.0.3: Fix issue with ECONNRESET and refactor authutilCompare Source
In scope of this release we updated the link to the .Net Core releases index file (#337) in order to fix the ECONNRESET error. Besides, we refactored authutil.ts to get rid of xmlbuilder (#336)
v3.0.2: Updating @action/core, adding logic for processing the DOTNET_INSTALL_DIR environment variable.Compare Source
In the scope of this release such changes were made:
DOTNET_INSTALL_DIRenvironment variable was added to support relative paths and paths containing~#332@actions/corewas bumped to 1.10.0 #331v3.0.1: Enable DOTNET_INSTALL_DIR environment variableCompare Source
In scope of this release the
DOTNET_INSTALL_DIRenvironment variable was enabled to add the ability to change the installation directory for .NET SDK #329. TheDOTNET_INSTALL_DIRcan be helpful when access to the default installation directory, for instance, on self-hosted runners, is denied.Example of usage:
v3.0.0Compare Source
This major release includes the following changes:
dotnet-qualitywas added in #315:More in detail here.
dotnet-versionwhich contains the installed by the action SDK version was added in #324:More in detail here.
dotnet-versionsyntax was updated and now it allows to specify the prerelease version without usinginclude-prereleaseinput. Theinclude-prereleaseinput was cut out:More in detail here.
Breaking changes:
v2.2.1Compare Source
What's Changed
v2- Removedotnetcli.blob.core.windows.netstorage account fallback logic and update install scripts by @zaataylor in #576As outlined in Critical .NET Install Links Are Changing, remove the storage account fallback logic added for v2 in #568 and update the install scripts accordingly.
Related issue: dotnet/install-scripts#559
Full Changelog: actions/setup-dotnet@v2...v2.2.1
v2.2.0Compare 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@v2.1.1...v2.2.0
v2.1.1: Add support for Windows-armCompare Source
In scope of this release we add support for Windows-arm. Besides, we change getInput to getBooleanInput for include-prerelease.
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 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.
This PR was generated by Mend Renovate. View the repository job log.