A collection of ultimate github actions to use in github
With GitHub Actions you can automate your workflow from idea to production.
- Fork & Star β this repo
- Add your Action under the correct category
- Follow the format:
- [action-name](link) - Short, clear description. - Submit a PR β we review fast!
Pro Tip: Use the GitHub Actions Marketplace to discover more.
- Workflow Syntax β Full reference
- Events that Trigger Workflows
- Contexts and Expressions
- actions/hello-world-composite-action
- actions/first-interaction β Auto-welcome new contributors
- actions/checkout β Checkout repo
- actions/upload-artifact / download-artifact
- actions/setup-node, setup-python, etc.
- peter-evans/create-pull-request β Auto-create PRs
- actions/stale β Close inactive issues/PRs
- release-drafter/release-drafter β Auto-generate release notes
- sdras/awesome-actions β The original awesome list (legacy)
- marketplace β Official directory
- actions/cache β Cache dependencies & build outputs
- dawidd6/action-get-latest-release β Fetch latest GitHub release
- jitterbit/get-changed-files β Get modified files in PR
- super-linter/super-linter β All-in-one linter
- sonarqube-community/sonarqube-scan-action
- eslint/eslint-action
- cypress-io/github-action β Run Cypress tests
- playwright-community/playwright-github-action
- codecov/codecov-action β Upload coverage
- mikepenz/action-junit-report β Display test results in PR
- dorny/test-reporter β Show test & lint results
- snyk/actions β Security scanning
- pull-request-size/pull-request-size β Label PR by size
- takanabe/github-actions-label-syncer
- kentaro-m/auto-assign β Auto-assign reviewers
- peaceiris/actions-gh-pages β Deploy to GitHub Pages
- crazy-max/ghaction-github-pages
- slackapi/slack-github-action β Send to Slack
- jasonetco/create-an-issue β Create issues from templates
- raineorshine/npm-download-count-action
- appleboy/scp-action β SCP files to server
- GoogleCloudPlatform/github-actions β Deploy to GCP
- Azure/webapps-deploy β Deploy to Azure
| Platform | Action |
|---|---|
| AWS | aws-actions/configure-aws-credentials |
| GCP | google-github-actions/deploy-cloudrun |
| Vercel | amondnet/vercel-action |
| Netlify | nwtgck/actions-netlify |
- firebase/firebase-action
- stripe/stripe-action β Trigger Stripe webhooks
- wentwrong/bundlewatch-action β Track bundle size
- lighthouse-ci/action β Performance audits
- iterative/setup-cml β CML for reports in PRs
- pytorch/pytorch-github-actions
- huggingface/hf-transfer-action β Fast model upload
- docker/build-push-action β Build & push Docker images
- crazy-max/ghaction-chocolatey β Windows packages
- game-ci/unity-builder
- tensorchord/setup-pgvecto.rs β Vector DB
- supabase/setup-cli β Supabase CLI
- mongodb/mongodb-github-action
- cloudflare/wrangler-action β Deploy to Workers
- ngrok/ngrok-github-action β Expose local server
- wearerequired/lint-action β Lint translations
- crowdin/github-action β Sync with Crowdin
- lowlighter/metrics β Generate GitHub stats SVG
- marocchino/sticky-pull-request-comment
- wow-actions/welcome-bot
We welcome your contributions! Feel free to open a PR with new actions or resources β check out
CONTRIBUTING.md(CONTRIBUTING.md) for guidelines.