August 28, 2026
greenbump
Version updated for https://github.com/shidesheng0218/greenbump to version v0.7.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary greenbump is a tool that automatically upgrades dependencies and fixes breaking code changes in your project. It uses AI to detect issues during the upgrade process and provides a loop to fix any errors, ensuring your build and tests pass successfully. The action supports multiple ecosystems and offers features like automatic code repair, multi-round verification, and customizable models for fixing issues.
August 28, 2026
Claude Code Canary
Version updated for https://github.com/SLP-DEV1/claude-code-canary to version v2.0.0.
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 Canary is a GitHub Action that automates deterministic regression testing and compatibility intelligence for Claude Code. It helps users identify what broke in their codebase, which release first introduced the issue, and compares releases to detect regressions. Canary supports CI workflows and provides detailed reporting on tool/token/reported-cost/duration metrics and deterministic assertions.
August 28, 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. It ensures that all necessary files are bundled and pushed to the repository before deploying, solving the need for manual steps in the CI/CD pipeline. The action simplifies the process by handling dependencies and bundling, allowing developers to focus on application deployment tasks.
August 28, 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 GitHub Classroom results into Google Sheets. It automates the process of updating a specific Google Sheet with student names and task results as they are submitted through GitHub Classroom. The integration uses Google Sheets API credentials stored as secrets in your repository. Users can configure their workflow to automatically update the sheet whenever a new submission is made, making it easier to track and monitor student progress.
August 28, 2026
Ccache for SushiKernel
Version updated for https://github.com/SushiKernel/ccache to version v1.2.23.
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 automates the setup of ccache/sccache for C/C++ projects in GitHub Actions, improving build speed by caching compiled binaries. It supports Linux, macOS, and Windows environments and provides options to cache specific jobs or targets separately, offering verbose logging for debugging purposes. The action installs ccache if necessary and sets it as the compiler launcher for C and C++ builds.
August 28, 2026
darnlink — self-healing Markdown links
Version updated for https://github.com/txemi/darnlink to version v0.26.0.
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 This GitHub Action automates the process of fixing Markdown links in a documentation repository. It ensures that links remain valid even after changes are made, such as moving files or folders. The action uses UUIDs to anchor links and automatically updates them if necessary. It also provides an option to convert plain links into robust ones that self-heal in the future. The main purpose of this action is to maintain a reliable reference system for documentation content over time.
August 28, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v2.5.0.
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 This GitHub Action is an unofficial test harness designed to emulate Claude Cowork’s observable runtime contract. It allows developers to script and automate the testing of skills across various scenarios in a headless, CI-friendly environment. The action supports multiple fidelity levels (e.g., replay, full) to capture detailed information about what the agent did, not just its behavior. This helps ensure that skills work as expected within the constraints defined by Cowork’s runtime contract.
August 28, 2026
Zenifra Deploy
Version updated for https://github.com/zenifra/action-zenifra-deploy to version v0.0.5.
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 deploys images to Zenifra and can manage temporary preview environments for pull requests. It supports deploying a main project image, managing preview environments with stable keys, URLs, expirations, and idempotent deletion. The action is secure by using the API key only through GitHub secrets and respects different deployment actions such as auto-upsert or delete based on inputs.
August 28, 2026
Mount ISO
Version updated for https://github.com/linxDynW/mount-iso to version v1.0.0.
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 GitHub Action linxDynW/mount-iso automates the process of mounting an ISO image to a specific drive letter and/or folder on Windows. It addresses common issues with identifying the correct volume after mounting, provides failure-proofing features such as atomicity, precondition checks, post checks, and race-free identity verification, and requires Admin privileges and PowerShell 7+ for execution.
August 28, 2026
Next.js Turbopack Bundle Size
Version updated for https://github.com/michalsanger/nextjs-turbopack-bundle-size to version v1.10.0.
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 This GitHub Action analyzes Next.js App Router bundle sizes across pull requests and posts a route-by-route size comparison comment on every PR. It tracks baseline stats for each branch, allowing users to identify changes in bundle sizes and determine if they exceed certain budget thresholds. The action is designed to help developers monitor the performance of their applications over time and ensure that size optimizations are effective.