The Runner for GitHub Actions 🚀
Find a file
eric sciple b5b7986cd6
Some checks failed
Runner CI / build (./dev.sh, ubuntu-latest, linux-arm) (push) Failing after 0s
Runner CI / build (./dev.sh, ubuntu-latest, linux-arm64) (push) Failing after 0s
Runner CI / build (./dev.sh, ubuntu-latest, linux-x64) (push) Failing after 0s
Code Scanning - Action / CodeQL-Build (push) Failing after 0s
Runner CI / build (./dev, windows-latest, win-arm64) (push) Has been cancelled
Runner CI / build (./dev, windows-latest, win-x64) (push) Has been cancelled
Runner CI / build (./dev.sh, macOS-latest, osx-arm64) (push) Has been cancelled
Runner CI / build (./dev.sh, macOS-latest, osx-x64) (push) Has been cancelled
Compare updated template evaluator (#4092)
2025-11-07 20:18:52 +00:00
.devcontainer Update dotnet sdk to latest version @8.0.415 (#4080) 2025-10-20 11:40:09 +01:00
.github Link to an extant discussion category (#4084) 2025-10-20 11:53:45 -04:00
.husky chore: migrate Husky config from v8 to v9 format (#4003) 2025-09-01 09:16:05 +00:00
.vscode targetArchitecture removed from launch.json after macos arm64 release (#1908) 2022-05-23 21:46:54 -04:00
docs feat: add comprehensive dependency monitoring system (#4025) 2025-09-17 16:16:48 +01:00
images Include k8s novolume (version v0.8.0) (#4063) 2025-10-13 13:40:16 +00:00
scripts feat: add support of arm64 arch runners in service creation script (#2606) 2023-10-23 12:53:31 -04:00
src Compare updated template evaluator (#4092) 2025-11-07 20:18:52 +00:00
.gitattributes Trim trailing whitespace in all md and yml files (#1329) 2021-09-15 13:35:25 +02:00
.gitignore Bump dotnet SDK to dotnet 8. (#3500) 2024-10-16 12:32:51 -04:00
CODEOWNERS Add runtime team as CODEOWNERS (#872) 2020-12-18 14:21:15 -05:00
LICENSE Update LICENSE (#242) 2019-12-19 15:22:49 -05:00
README.md Update README.md (#3898) 2025-06-09 18:16:35 +01:00
releaseNote.md Prepare runner release v2.329.0 (#4079) 2025-10-14 10:31:32 -04:00
releaseVersion prepare 2.262.0 runner release. 2020-05-11 15:05:59 -04:00

GitHub Actions Runner

Actions Status

The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.

Get Started

For more information about installing and using self-hosted runners, see Adding self-hosted runners and Using self-hosted runners in a workflow

Runner releases:

win Pre-reqs | Download

macOS Pre-reqs | Download

linux Pre-reqs | Download

Note

Thank you for your interest in this GitHub repo, however, right now we are not taking contributions.

We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features were working on and what stage theyre in.

We are taking the following steps to better direct requests related to GitHub Actions, including:

  1. We will be directing questions and support requests to our Community Discussions area

  2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report.

  3. Security Issues should be handled as per our security.md

We will still provide security updates for this project and fix major breaking changes during this time.

You are welcome to still raise bugs in this repo.