chore(deps): update actions/setup-python action to v7 - #37
Conversation
|
f968f1e to
0fa99d7
Compare
|
PR author is in the excluded authors list. |
ApprovabilityVerdict: Needs human review Unable to check for correctness in 0fa99d7. This is a straightforward dependency update (actions/setup-python v5.6.0 → v7.0.0), and the SHA pin has been verified as correct. However, the workflow file is owned by wave-av/streaming-team, so the designated owners should confirm this major version bump. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
0fa99d7 to
9668135
Compare
| with: | ||
| persist-credentials: false | ||
| - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | ||
| - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 |
There was a problem hiding this comment.
🔍 Node 24 runner requirement introduced by setup-python v6+
The v6.0.0 release notes (carried through into v7) note the action now runs on Node 24 and requires GitHub runner v2.327.1 or later. This job runs on runs-on: ubuntu-latest (.github/workflows/_checks.yml:51) so GitHub-hosted runners satisfy this. However, _checks.yml is a reusable workflow explicitly intended to be called by other WAVE repos (.github/workflows/_checks.yml:3-6); if any consumer routes it to self-hosted runners with an older runner agent, the skill-validate job would fail. Worth confirming no consumer overrides the runner pool.
Was this helpful? React with 👍 or 👎 to provide feedback.


This PR contains the following updates:
v5.6.0→v7.0.0Release Notes
actions/setup-python (actions/setup-python)
v7.0.0Compare Source
v7Compare Source
v6.3.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation
New Contributors
Full Changelog: actions/setup-python@v6...v6.3.0
v6.2.0Compare Source
What's Changed
Dependency Upgrades
/__tests__/databy @dependabot in #1253 and #1264Full Changelog: actions/setup-python@v6...v6.2.0
v6.1.0Compare Source
What's Changed
Enhancements:
pip-installinput by @gowridurgad in #1201Dependency and Documentation updates:
allow-prereleasesby @yarikoptic in #979New Contributors
Full Changelog: actions/setup-python@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
pip-versionby @priyagupta108 in #1129Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v6.0.0
v6Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
Note
Update
actions/setup-pythonto v7 in CI checks workflowBumps
actions/setup-pythonfrom v5.6.0 to v7.0.0 (pinned to5fda3b9) in theskill-validatejob in _checks.yml.Macroscope summarized 9668135.