chore(deps): update actions/setup-python action to v6 #504

Open
renovate-bot wants to merge 1 commits from renovate/actions-setup-python-6.x into main
Member

This PR contains the following updates:

Package Type Update Change
actions/setup-python action major v5 -> v6

Release Notes

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

v6

Compare Source


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v6`](https://github.com/actions/setup-python/compare/v5...v6) [Compare Source](https://github.com/actions/setup-python/compare/v5...v6) </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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS40IiwidXBkYXRlZEluVmVyIjoiNDEuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
type
dependencies
label 2025-09-04 06:47:34 +02:00
renovate-bot added 1 commit 2025-09-04 06:47:36 +02:00
chore(deps): update actions/setup-python action to v6
Some checks failed
CI / ci (pull_request) Failing after 8s
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 6s
b4785138a1
renovate-bot requested review from luke 2025-09-04 06:47:36 +02:00
Member

Decision: Accept
Change Score: 8/10

This change updates the actions/setup-python action to v6 and specifies Python 3.13. This is generally a good practice for staying up-to-date with action versions and using a current Python version. However, it's crucial to ensure that all dependencies are compatible with Python 3.13.

I am accepting this change with the condition that dependencies are compatible with Python 3.13.

       - name: Setup Python
        uses: actions/setup-python@v6
        with:
          python-version: "3.13"
**Decision: Accept** **Change Score: 8/10** This change updates the `actions/setup-python` action to v6 and specifies Python 3.13. This is generally a good practice for staying up-to-date with action versions and using a current Python version. However, it's *crucial* to ensure that all dependencies are compatible with Python 3.13. I am accepting this change with the condition that dependencies are compatible with Python 3.13. ```yaml - name: Setup Python uses: actions/setup-python@v6 with: python-version: "3.13" ```
Some checks failed
CI / ci (pull_request) Failing after 8s
Required
Details
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 6s
Required
Details
This pull request has official review requests.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions-setup-python-6.x:renovate/actions-setup-python-6.x
git checkout renovate/actions-setup-python-6.x
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/webexmemebot#504
No description provided.