[PR #9828] chore(deps): update actions/setup-dotnet action to v3.2.0 #12242

Closed
opened 2026-02-07 06:52:31 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9828

State: closed
Merged: Yes


Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action minor v3.1.0 -> v3.2.0

Release Notes

actions/setup-dotnet

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


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

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

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9828 **State:** closed **Merged:** Yes --- [![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 | minor | `v3.1.0` -> `v3.2.0` | --- ### Release Notes <details> <summary>actions/setup-dotnet</summary> ### [`v3.2.0`](https://togithub.com/actions/setup-dotnet/releases/tag/v3.2.0) [Compare Source](https://togithub.com/actions/setup-dotnet/compare/v3.1.0...v3.2.0) ##### What's Changed In scope of this minor release, the ability to cache the NuGet `global-packages` folder was added in [https://github.com/actions/setup-dotnet/pull/303](https://togithub.com/actions/setup-dotnet/pull/303) by [@&#8203;nogic1008](https://togithub.com/nogic1008) For caching, the action uses the [@&#8203;toolkit/cache](https://togithub.com/actions/toolkit/tree/main/packages/cache) library under the hood, which in turn allows getting rid of configuring the [@&#8203;actions/cache](https://togithub.com/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:** ```yaml - 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](https://togithub.com/actions/setup-dotnet#caching-nuget-packages). **Full Changelog**: https://github.com/actions/setup-dotnet/compare/v3...v3.2.0 </details> --- ### 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. --- - [ ] <!-- 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://app.renovatebot.com/dashboard#github/jellyfin/jellyfin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
OVERLORD added the pull-request label 2026-02-07 06:52:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12242