JavaScript github-actions

Open-source JavaScript projects categorized as github-actions

Top 23 JavaScript github-action Projects

github-actions
  1. cml

    ♾️ CML - Continuous Machine Learning | CI/CD for ML

    Project mention: CML: Continuous Machine Learning CI/CD for ML | news.ycombinator.com | 2024-11-11
  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. action-tmate

    Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.

  4. blog-post-workflow

    Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed

  5. DevOps

    I created this repository to keep my learning, notes, and code in one place for various tools in DevOps. Now, it's helping thousands of learners, practitioners, and professionals every day in their DevOps journey.

    Project mention: My Hacktobefest 2024 Experience | dev.to | 2024-11-01

    This year, I was unable to make my repo "ready" for Hacktoberfest, but I got some PRs on the non-technical front on the DevOps repo. In case you didn't know about this DevOps repo, it is one of the most popular open source repos in the world to learn DevOps with a whopping 2.8k+ GitHub stars.

  6. github-action

    GitHub Action for running Cypress end-to-end & component tests

    Project mention: Load balancing Cypress tests without Cypress Cloud | dev.to | 2025-02-28
  7. ssh-agent

    GitHub Action to setup `ssh-agent` with a private key

  8. lighthouse-ci-action

    Audit URLs using Lighthouse and test performance with Lighthouse CI.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. slack-github-action

    Send data into Slack using this GitHub Action!

  11. heroku-deploy

    A simple github action that dynamically deploys an app to heroku

  12. github-activity-readme

    Updates README with the recent GitHub activity of a user

    Project mention: πŸš€ Create An Attractive GitHub Profile README πŸ“ | dev.to | 2024-06-29

    With this Recent Activity GitHub Action, you can automate your recent activity and showcase on profile.

  13. ec2-github-runner

    On-demand self-hosted AWS EC2 runner for GitHub Actions

  14. deploy-pages

    GitHub Action to publish artifacts to GitHub Pages for deployments

    Project mention: Deploying Nuxt.js app to GitHubΒ pages | dev.to | 2024-11-27

    # https://github.com/actions/deploy-pages#usage name: Deploy to GitHub Pages on: workflow_dispatch: push: branches: - main jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: corepack enable - uses: actions/setup-node@v4 with: node-version: "20" # Pick your own package manager and build script - run: npm install - run: npx nuxt build --preset github_pages - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: path: ./.output/public # Deployment job deploy: # Add a dependency to the build job needs: build # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: pages: write # to deploy to Pages id-token: write # to verify the deployment originates from an appropriate source # Deploy to the github_pages environment environment: name: github_pages url: ${{ steps.deployment.outputs.page_url }} # Specify runner + deployment step runs-on: ubuntu-latest steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4

  15. action-download-artifact

    :gear: A GitHub Action to download an artifact associated with given workflow and commit or other criteria

    Project mention: Load balancing Cypress tests without Cypress Cloud | dev.to | 2025-02-28
  16. action

    :bird: A GitHub action to tweet from a repository (by twitter-together)

  17. vercel-action

    This action make a deployment with github actions instead of Vercel builder.

    Project mention: Deploy Laravel to Vercel | dev.to | 2024-12-25

    Install in your local machine, check this link

  18. npm-install

    GitHub Action for install npm dependencies with caching without any configuration

  19. lint-action

    ✨ GitHub Action for detecting and auto-fixing lint errors

  20. create-github-app-token

    GitHub Action for creating a GitHub App Installation Access Token

    Project mention: Pull together GitHub Issues and Pull Requests Across Repositories to GitHub Projects Automatically | dev.to | 2024-08-04

    Create an installation access token using an action such as tibdex/github-app-token or actions/create-github-app-token

  21. action-send-mail

    :gear: A GitHub Action to send an email to multiple recipients

  22. action-doctl

    GitHub Actions for DigitalOcean - doctl

    Project mention: DigitalOcean Fundamentals: DNS | dev.to | 2025-06-20

    Ready to take control of your domain? Sign up for a DigitalOcean account today and start building a more reliable and scalable online infrastructure! https://www.digitalocean.com/

  23. vault-action

    A GitHub Action that simplifies using HashiCorp Vaultβ„’ secrets as build variables.

  24. branch-deploy

    Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️

  25. action-discord

    πŸš€ GitHub Action that sends a Discord message.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript github-actions discussion

Log in or Post with

JavaScript github-actions related posts

  • DigitalOcean Fundamentals: DNS

    1 project | dev.to | 20 Jun 2025
  • DigitalOcean Fundamentals: App Platform

    1 project | dev.to | 20 Jun 2025
  • Laravel Forge: Everything You Need to Know to Get Started

    3 projects | dev.to | 15 Apr 2025
  • Load balancing Cypress tests without Cypress Cloud

    4 projects | dev.to | 28 Feb 2025
  • Show HN: i18n-ai-translate

    1 project | news.ycombinator.com | 19 Jan 2025
  • Build Your Own Ghost Blog from Scratch: A Step-by-Step Guide

    1 project | dev.to | 22 Nov 2024
  • CML: Continuous Machine Learning CI/CD for ML

    1 project | news.ycombinator.com | 11 Nov 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Index

What are some of the best open-source github-action projects in JavaScript? This list will help you:

# Project Stars
1 cml 4,107
2 action-tmate 3,205
3 blog-post-workflow 3,137
4 DevOps 2,899
5 github-action 1,399
6 ssh-agent 1,342
7 lighthouse-ci-action 1,219
8 slack-github-action 1,149
9 heroku-deploy 1,011
10 github-activity-readme 882
11 ec2-github-runner 800
12 deploy-pages 774
13 action-download-artifact 768
14 action 707
15 vercel-action 686
16 npm-install 668
17 lint-action 594
18 create-github-app-token 543
19 action-send-mail 515
20 action-doctl 493
21 vault-action 468
22 branch-deploy 464
23 action-discord 438

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?