chore: update GitHub Actions to latest versions#2
Merged
Conversation
- Update all GitHub Actions to latest major versions - Add/ensure Dependabot config for github-actions ecosystem - Prevents Node.js 20 deprecation warnings (June 2026 deadline) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace docker://github/super-linter:v3 with super-linter/super-linter@v8 - Update actions/checkout@v2 to v4 - Add explicit permissions block - Add persist-credentials: false - Restrict trigger to main/master branches Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix markdown lint and formatting (MARKDOWN, MARKDOWN_PRETTIER) - Change "MacOS" to "macOS" for correct terminology - Change "HomeBrew" to "Homebrew" for correct terminology - Fix heading formatting (remove colons, add blank lines) - Apply prettier formatting (line wrapping) - Fix natural language lint (NATURAL_LANGUAGE) - Correct terminology: "MacOS" → "macOS" - Correct terminology: "HomeBrew" → "Homebrew" - Apply shfmt formatting (SHELL_SHFMT) - Fix indentation in BrewConfig.sh (use tabs) - Remove extra space before redirect in UnsplashBackground.sh - Add groups config to dependabot.yml (GITHUB_ACTIONS_ZIZMOR) - Group all github-actions updates to reduce PR noise Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Updates all GitHub Actions to their latest major versions and ensures Dependabot is configured to keep them current.
Why
Node.js 20 actions are deprecated and will be forced to Node.js 24 starting June 2, 2026.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com