So, to be clear, unless you’re creating a github actions workflow yourself which uses the Node runtime (and you aren’t) you don’t control the Node runtime, each step is using whatever Node runtime was chosen by the external workflows you’re using (or their own dependencies). The warnings you shared are because of
So you can’t really do much about it until those issues are addressed.