We are receiving warnings originating from this action, because it is still using node20, which is deprecated in github actions and will be removed in June: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Presumably node20 would need to be changed here to node24, but I'm not familiar enough with the ecosystem to know if that is all there is to it, or if code changes would be required to migrate to node24.
We are receiving warnings originating from this action, because it is still using node20, which is deprecated in github actions and will be removed in June: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
install-llvm-action/action.yml
Line 39 in ebc0426
Presumably node20 would need to be changed here to node24, but I'm not familiar enough with the ecosystem to know if that is all there is to it, or if code changes would be required to migrate to node24.