GitHub Actions
The Runner for GitHub Actions :rocket: observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 35.5
- age_days: 2682
- days_rel: 7
- days_push: 7
- n_releases_24m: 21
Adoption not part of the score
6215 stars · 1412 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
GitHub Actions is a CI/CD and workflow automation platform that runs build, test, and deployment pipelines directly from GitHub repositories, using hosted or self-hosted runners. The associated repositories provide the VM runner images, the runner agent, and official actions like checkout, caching, artifact upload, and language setup.
Use cases
- run ci tests on every pull request
- build and deploy my app automatically from github
- set up node or python in a workflow
- cache dependencies between workflow runs
- upload build artifacts from a pipeline
- automate issue labeling and stale issue management
- run matrix builds across multiple os versions
- self-host a github actions runner
When to choose
- your code already lives on GitHub and you want integrated CI/CD
- you need event-driven workflow automation beyond builds (labels, releases, triage)
- you want prebuilt runner images with common toolchains installed
- you prefer YAML workflows defined in-repo with no external CI service
When to avoid
- you need CI outside GitHub, e.g. for GitLab or Bitbucket repos
- you require very long-running or highly customized build environments beyond runner limits
- you need fully air-gapped pipelines without any GitHub connectivity
Facets
service · maturity active
ci-cd deployment developer-tools workflow-automation developer-tools cloud-computing windows cloud github-actions ci-cd hosted-runners workflow-automation runner-images github devops automation linux macos docker arm
3 sources
- readme: https://github.com/actions/runner · fetched 2026-08-28 · b24282c9b146
- homepage: https://github.com/features/actions · fetched 2026-08-29 · 97092a806fe3
- registry_npm: https://registry.npmjs.org/javascript-action · fetched 2026-08-29 · 64cb2808c39a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| actions/runner | main | 95 |
| actions/runner-images | infra | 95 |
| actions/checkout | plugin | 96 |
| actions/toolkit | sdk | 75 |
| actions/cache | plugin | 93 |
| actions/github-script | plugin | 73 |
| actions/setup-node | plugin | 93 |
| actions/upload-artifact | plugin | 82 |
| actions/labeler | plugin | 93 |
| actions/typescript-action | examples | 74 |
| actions/setup-python | plugin | 93 |
| actions/setup-java | plugin | 99 |
| actions/download-artifact | plugin | 79 |
| actions/setup-go | plugin | 97 |
| actions/stale | plugin | 92 |
| actions/setup-dotnet | plugin | 97 |
| actions/javascript-action | examples | 65 |
| actions/attest-build-provenance | plugin | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem