Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action minor v3.0.3v3.4.2

Release Notes

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

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:

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title (maint) Update actions/setup-dotnet action to v3.1.0 (maint) Update actions/setup-dotnet action to v3.2.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-dotnet-3.x branch from 6dc7356 to a319672 Compare May 29, 2023 13:13
@renovate renovate bot force-pushed the renovate/actions-setup-dotnet-3.x branch from a319672 to d1f9f31 Compare December 26, 2024 22:26
@renovate renovate bot changed the title (maint) Update actions/setup-dotnet action to v3.2.0 (maint) Update actions/setup-dotnet action to v3.3.0 Dec 26, 2024
@renovate renovate bot changed the title (maint) Update actions/setup-dotnet action to v3.3.0 (maint) Update actions/setup-dotnet action to v3.3.1 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/actions-setup-dotnet-3.x branch from d1f9f31 to 240aa88 Compare March 4, 2025 06:24
@renovate renovate bot force-pushed the renovate/actions-setup-dotnet-3.x branch from 240aa88 to 09dc8f0 Compare April 14, 2025 03:31
@renovate renovate bot changed the title (maint) Update actions/setup-dotnet action to v3.3.1 (maint) Update actions/setup-dotnet action to v3.4.0 Apr 14, 2025
@renovate renovate bot changed the title (maint) Update actions/setup-dotnet action to v3.4.0 (maint) Update actions/setup-dotnet action to v3.4.1 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/actions-setup-dotnet-3.x branch from 09dc8f0 to 737729e Compare April 17, 2025 16:03
@renovate renovate bot force-pushed the renovate/actions-setup-dotnet-3.x branch from 737729e to 33037a5 Compare April 17, 2025 19:34
@renovate renovate bot changed the title (maint) Update actions/setup-dotnet action to v3.4.1 (maint) Update actions/setup-dotnet action to v3.4.2 Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants