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 β
Top 23 JavaScript github-action Projects
-
-
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.
-
action-tmate
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
-
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
-
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.
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.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
With this Recent Activity GitHub Action, you can automate your recent activity and showcase on profile.
-
-
# 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
-
action-download-artifact
:gear: A GitHub Action to download an artifact associated with given workflow and commit or other criteria
-
-
Install in your local machine, check this link
-
-
-
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
-
-
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/
-
-
branch-deploy
Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! βοΈ
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
JavaScript github-actions discussion
JavaScript github-actions related posts
-
DigitalOcean Fundamentals: DNS
-
DigitalOcean Fundamentals: App Platform
-
Laravel Forge: Everything You Need to Know to Get Started
-
Load balancing Cypress tests without Cypress Cloud
-
Show HN: i18n-ai-translate
-
Build Your Own Ghost Blog from Scratch: A Step-by-Step Guide
-
CML: Continuous Machine Learning CI/CD for ML
-
A note from our sponsor - InfluxDB
www.influxdata.com | 24 Jun 2025
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 |