The *-latest labels for the Forgejo runners now come with Node 24 by default. Variants for v22 are available as well in case of migration issues.
Additionally, the ubuntu-* labels now really run Ubuntu and not Debian as before. As there are no official Node images for Ubuntu, we are building our own Ubuntu-based Node images and will be maintaining them alongside the normal lifecycle of all other images in use.
And last: All Forgejo runner nodes now use a central cache. Beforehand, each node was using its own cache. This could lead to issues if the restart of a run was assigned to a runner on a different server, which didn’t have the previously created cache upload locally.