fix: Update GitHub Actions and pre-commit hook versions - #442
Open
bryantbiggs wants to merge 1 commit into
Open
Conversation
bryantbiggs
marked this pull request as ready for review
August 1, 2026 17:24
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.
Description
actions/checkoutv5 -> v7actions/setup-nodev6 -> v7actions/setup-pythonv5 -> v7 (module specific workflows only)actions/stalev10 -> v11dessant/lock-threadsv5 -> v6cycjimmy/semantic-release-actionv5 -> v6.0.0jaxxstorm/action-install-gh-releasev2.1.0 -> v3.0.0clowdhaus/terraform-min-maxv2.1.0 -> v3.0.1hashicorp/setup-terraformv3 -> v4 (module specific workflows only)terraform-docsv0.20.0 -> v0.24.0tflintv0.59.1 -> v0.64.0semantic-release25.0.0 -> 25.0.8@semantic-release/changelog6.0.3 -> 7.0.0@semantic-release/git10.0.1 -> 11.0.1conventional-changelog-conventionalcommits9.1.0 -> 9.3.1pre-commit autoupdateand re-format withpre-commit run -aapt-getremovals are nowbest effort, so a transient package mirror failure no longer fails the job.
Note on
conventional-changelog-conventionalcommitsThis is intentionally held at the 9.x line rather than the latest 10.x. Version 10 replaced
its handlebars templates with render functions, which require
conventional-changelog-writerv9.
semantic-release25 still resolvesconventional-changelog-writerv8, so the presetloads without error but every release note and changelog entry renders empty. This is tracked
upstream in semantic-release/release-notes-generator#992 and the
reasoning is recorded as a comment in the release workflow so it does not get "fixed" back
to 10.x by a future update.
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request