you can build a prvate runner to execute github actions workload.
With Docker :
docker build -t . runner
With nerdctl
nerdctl build -t . runner
nerdctl.exe run --env "REPO_URL=######" --env "REPO_TOKEN=############" -it runner
You can register a repository or an organisation with this docker image.