August 9, 2026
Profile Cards
Version updated for https://github.com/seijikohara/profile-cards-action to version v0.0.6.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates profile README cards as SVG from the GitHub GraphQL API. It produces various statistics such as lifetime and current-year contributions, stars, followers, merged pull requests, issues, public repositories, recently contributed-to repositories, contribution history, streaks, contribution composition, activity rhythm, and a language treemap. The generated files are self-hosted and theme-aware, using Primer color tokens for blending into both themes.
August 9, 2026
Storybook VRT (green/red diff)
Version updated for https://github.com/sgash708/chromagic to version v1.2.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The chromagic GitHub Action is a Chromatic-like tool for visual regression testing that allows developers to compare the static Storybook builds of different commits and pull requests against a baseline. It captures every changed story, compares them with the baseline, and posts green/red diffs as inline comments in the PR. The main purpose is to help developers catch visual regressions early during the development process by automatically generating side-by-side comparisons between expected and actual screenshots.
August 9, 2026
Sherpa.sh
Version updated for https://github.com/sherpa-sh/Sherpa-Action to version v1.0.0-alpha.6.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Sherpa.sh is an AI-driven tool that automates the deployment of infrastructure based on natural language descriptions. It simplifies cloud deployment by translating human-readable instructions into optimized, secure configurations across various cloud providers, such as AWS, Google Cloud, and more. Sherpa’s capabilities include creating servers, setting up DNS and SSL certificates, configuring CDNs, databases, backups, load balancing, and more. The platform is designed for developers who want to focus on writing code rather than managing infrastructure, offering open-source transparency and community-driven improvements.
August 9, 2026
Change Capsule
Version updated for https://github.com/SiliconState/change-capsule to version v0.3.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Capsule is an isolated Git worktree and evidence tool that ensures reproducibility of code changes by verifying the execution of commands in a controlled environment without access to the original machine. It allows for testing and verification of patches independently of their source repository, providing both a reproduction check and a mechanism for creating verifiable receipts that can be used to verify the execution results.
August 9, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.15.1.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Smyklot is a GitHub App that automates pull request approvals and merges based on the repository’s CODEOWNERS file. It simplifies PR management by providing commands to approve, merge, or cleanup comments. The app ensures only authorized users can approve changes and supports multiple command formats for ease of use.
August 9, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action replaces placeholders in a configuration file with values from environment variables. It automates the process of dynamically configuring application settings based on environment-specific configurations without hardcoding sensitive information directly into the codebase.
August 9, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a Docker Swarm service by executing npm ci and npm run bundle to build the project before committing the built files, ensuring that the latest version of the application is deployed in the swarm environment.
August 9, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0marketplace.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates Google Sheets as an alternative submission method for assignments in GitHub Classroom. It automates the process of updating a specified Google sheet with students’ task results from GitHub Actions workflows. The action requires setting up Google Cloud credentials and sharing the sheet with a service account, then configuring secrets in your repository to integrate seamlessly into your workflow.
August 9, 2026
Sentinel Review
Version updated for https://github.com/Stackgirl01/sentinel-review to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Sentinel Review is an AI-powered security review GitHub Action that reads pull request diffs, reasons about them using Claude, and posts findings as inline comments. It helps catch reasoning-based issues like hardcoded secrets, SQL injection, auth bypasses, and missing input validation on untrusted data. The action is a complementary layer to static analysis tools like CodeQL and Snyk, catching logic-level issues that pattern matchers might miss.
August 9, 2026
Get PR Submit token
Version updated for https://github.com/tiangolo/pr-submit to version 0.0.1.
This action is used across all versions by 34 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The PR Submit GitHub App automates the process of issuing short-lived, repository-scoped tokens for workflows that create branches and pull requests. It helps manage access permissions and ensures secure token issuance, focusing on security through OAuth 2.0 with OIDC in specific contexts.