[actions] Update GitHub Actions versions - 2026-05-19#33238
Merged
Conversation
- Removed: actions/checkout@v4 (superseded by v6.0.2) - Removed: actions/setup-python@v5 (superseded by v6.2.0) - Removed: github/stale-repos@v9.0.8 (superseded by v9.0.11) - Updated: github/codeql-action/upload-sarif v4.35.4 → v4.35.5 - Updated: microsoft/apm-action v1.7.3 → v1.9.1 - Updated: ruby/setup-ruby v1.307.0 → v1.308.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
@copilot merge main and recompile |
…5-19-bd5c2a10fc49afa8 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Done.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description: Update GitHub Actions Pins (2026-05-19)
Summary
Routine maintenance update to GitHub Actions version pins across two action pin registry files. This PR updates four action pins to their latest patch/minor versions and removes three deprecated action pin entries.
Change Type
BREAKING CHANGE⚠️
Files Changed
pkg/actionpins/data/action_pins.json(modified)pkg/workflow/data/action_pins.json(modified)Changes Detail
Additions/Updates (Non-Breaking)
v4.35.4→v4.35.5(patch bump)v1.7.3→v1.9.1(minor bump)v1.307.0→v1.308.0(patch bump)Removals (Breaking)
Impact Assessment
Impact Level: Medium
Breaking Change Rationale:
The removal of action pin entries (
actions/checkout@v4,actions/setup-python@v5,github/stale-repos@v9.0.8) constitutes a breaking change. Workflows that reference these specific pins will fail to resolve after this change is deployed, requiring consumers to update their workflow references to newer supported versions.Affected Consumers:
actions/checkout@v4must migrate to a newer versionactions/setup-python@v5must migrate to a newer versiongithub/stale-repos@v9.0.8must migrate to v9.0.9 or newerMigration Path
For affected workflows:
actions/checkout@v4references toactions/checkout@v4.x.x(latest v4 patch) or neweractions/setup-python@v5references toactions/setup-python@v5.x.x(latest v5 patch) or newergithub/stale-repos@v9.0.8references togithub/stale-repos@v9.0.9or newerCommit History
14588b5da- chore(actions): recompile workflow locks after merging main47d85498a- Merge remote-tracking branch 'origin/main' into actions-update-2026-05-19-bd5c2a10fc49afa8ef0134f55- chore(actions): Update GitHub Actions versions - 2026-05-19Metadata
{ "pr_type": "maintenance", "breaking": true, "security_impact": false, "performance_impact": false, "files_modified": 2, "files_added": 0, "files_deleted": 0, "action_pins_updated": 3, "action_pins_removed": 3, "automation_generated": true, "merge_strategy": "merge_commit", "co_authors": ["pelikhan <4175913+pelikhan@users.noreply.github.com>"] }Agentic Analysis Tags:
#github-actions#dependency-update#breaking-change#action-pins#automated-maintenance