[PR #12869] [MERGED] Update CI dependencies #13222

Closed
opened 2025-12-22 09:44:25 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12869
Author: @renovate[bot]
Created: 10/23/2024
Status: Merged
Merged: 10/25/2024
Merged by: @crobibero

Base: masterHead: renovate/ci-deps


📝 Commits (1)

📊 Changes

7 files changed (+18 additions, -18 deletions)

View changed files

📝 .github/workflows/ci-codeql-analysis.yml (+2 -2)
📝 .github/workflows/ci-compat.yml (+2 -2)
📝 .github/workflows/ci-openapi.yml (+4 -4)
📝 .github/workflows/ci-tests.yml (+2 -2)
📝 .github/workflows/commands.yml (+4 -4)
📝 .github/workflows/issue-template-check.yml (+2 -2)
📝 .github/workflows/release-bump-version.yaml (+2 -2)

📄 Description

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.2.1 -> v4.2.2
actions/setup-dotnet action minor v4.0.1 -> v4.1.0
actions/setup-python action minor v5.2.0 -> v5.3.0

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

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

v4.1.0

Compare Source

What's Changed
Bug fixes :
Dependency updates :
New Contributors

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

actions/setup-python (actions/setup-python)

v5.3.0

Compare Source

What's Changed

Bug Fixes:
Enhancements:

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.3.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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


🔄 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/jellyfin/jellyfin/pull/12869 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `renovate/ci-deps` --- ### 📝 Commits (1) - [`6129bd9`](https://github.com/jellyfin/jellyfin/commit/6129bd9a9d3556603a8328da23df275494879d6b) Update CI dependencies ### 📊 Changes **7 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-codeql-analysis.yml` (+2 -2) 📝 `.github/workflows/ci-compat.yml` (+2 -2) 📝 `.github/workflows/ci-openapi.yml` (+4 -4) 📝 `.github/workflows/ci-tests.yml` (+2 -2) 📝 `.github/workflows/commands.yml` (+4 -4) 📝 `.github/workflows/issue-template-check.yml` (+2 -2) 📝 `.github/workflows/release-bump-version.yaml` (+2 -2) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v4.2.1` -> `v4.2.2` | | [actions/setup-dotnet](https://redirect.github.com/actions/setup-dotnet) | action | minor | `v4.0.1` -> `v4.1.0` | | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | minor | `v5.2.0` -> `v5.3.0` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2) - `url-helper.ts` now leverages well-known environment variables by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946) </details> <details> <summary>actions/setup-dotnet (actions/setup-dotnet)</summary> ### [`v4.1.0`](https://redirect.github.com/actions/setup-dotnet/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v4.0.1...v4.1.0) ##### What's Changed - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/setup-dotnet/pull/548](https://redirect.github.com/actions/setup-dotnet/pull/548) - Upgrade IA Publish by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/setup-dotnet/pull/550](https://redirect.github.com/actions/setup-dotnet/pull/550) ##### Bug fixes : - Fixed Basic Validation failure checks by [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) in [https://github.com/actions/setup-dotnet/pull/545](https://redirect.github.com/actions/setup-dotnet/pull/545) - Revise `isGhes` logic by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/setup-dotnet/pull/556](https://redirect.github.com/actions/setup-dotnet/pull/556) ##### Dependency updates : - Bump fast-xml-parser from 4.3.6 to 4.4.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/setup-dotnet/pull/540](https://redirect.github.com/actions/setup-dotnet/pull/540) ##### New Contributors - [@&#8203;Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/setup-dotnet/pull/548](https://redirect.github.com/actions/setup-dotnet/pull/548) - [@&#8203;jww3](https://redirect.github.com/jww3) made their first contribution in [https://github.com/actions/setup-dotnet/pull/556](https://redirect.github.com/actions/setup-dotnet/pull/556) **Full Changelog**: https://github.com/actions/setup-dotnet/compare/v4...v4.1.0 </details> <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v5.3.0`](https://redirect.github.com/actions/setup-python/releases/tag/v5.3.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.2.0...v5.3.0) #### What's Changed - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/setup-python/pull/941](https://redirect.github.com/actions/setup-python/pull/941) - Upgrade IA publish by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/setup-python/pull/943](https://redirect.github.com/actions/setup-python/pull/943) ##### Bug Fixes: - Normalise Line Endings to Ensure Cross-Platform Consistency by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/938](https://redirect.github.com/actions/setup-python/pull/938) - Revise `isGhes` logic by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/setup-python/pull/963](https://redirect.github.com/actions/setup-python/pull/963) - Bump pillow from 7.2 to 10.2.0 by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [https://github.com/actions/setup-python/pull/956](https://redirect.github.com/actions/setup-python/pull/956) ##### Enhancements: - Enhance workflows and documentation updates by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [https://github.com/actions/setup-python/pull/965](https://redirect.github.com/actions/setup-python/pull/965) - Bump default versions to latest by [@&#8203;jeffwidman](https://redirect.github.com/jeffwidman) in [https://github.com/actions/setup-python/pull/905](https://redirect.github.com/actions/setup-python/pull/905) #### New Contributors - [@&#8203;Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/setup-python/pull/941](https://redirect.github.com/actions/setup-python/pull/941) - [@&#8203;jww3](https://redirect.github.com/jww3) made their first contribution in [https://github.com/actions/setup-python/pull/963](https://redirect.github.com/actions/setup-python/pull/963) **Full Changelog**: https://github.com/actions/setup-python/compare/v5...v5.3.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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jellyfin/jellyfin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImNpIiwiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:44:25 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#13222
No description provided.