You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub is deprecating Node.js 16-based Actions runtimes. Workflows that use actions still running on Node 16 will begin generating warnings and will stop working after the deprecation deadline (~June 2026). All workflow files should be audited and action versions pinned to Node 20-compatible releases.
Dependabot has already opened PR #9 to bump actions/setup-dotnet from v4 to v5, which is the most visible instance — but all actions across all workflow files should be reviewed as part of a single coordinated pass.
Description
GitHub is deprecating Node.js 16-based Actions runtimes. Workflows that use actions still running on Node 16 will begin generating warnings and will stop working after the deprecation deadline (~June 2026). All workflow files should be audited and action versions pinned to Node 20-compatible releases.
Dependabot has already opened PR #9 to bump
actions/setup-dotnetfrom v4 to v5, which is the most visible instance — but all actions across all workflow files should be reviewed as part of a single coordinated pass.Workflows to Audit
.github/workflows/build.yml.github/workflows/codeql.yml.github/workflows/dependency-review.yml.github/workflows/format-check.yml.github/workflows/json-validate.yml.github/workflows/markdown-lint.ymlActions to Verify
actions/checkoutactions/setup-dotnetactions/upload-artifactactions/download-artifactgithub/codeql-actionactions/dependency-review-actionDavidAnson/markdownlint-cli2-actionResolution
setup-dotnet.github/dependabot.yml)