August 12, 2026
Surefire Test Report
Version updated for https://github.com/ScalableCapital/action-surefire-report to version v2.0.5.
This action is used across all versions by 29 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 processes various test reports generated by Maven Surefire, Failsafe, Gradle, Pytest, and Go, publishing the results as either a GitHub check run or workflow-native annotations with a job summary. It supports migration from v1 to v2 with improved default behavior for certain events and new capabilities like workflow-native reporting.
August 12, 2026
Mordant Lints
Version updated for https://github.com/scarletindustries/mordant-action to version v1.0.2.
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 linting process using the Mordant library, which helps developers identify potential issues in their code. It builds Mordant against nightly pins and runs it over the workspace, providing findings annotated on the pull request diff, within the job log, and in the job summary. The action can fail if there are any findings or can run without failure based on user settings.
August 12, 2026
Custom Amazon Bedrock Agent Action
Version updated for https://github.com/severity1/custom-amazon-bedrock-agent-action to version v0.9.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action leverages Amazon Bedrock Agent to analyze files in a pull request (PR) using customizable prompts and integrates with Amazon Bedrock Knowledge Bases for context-aware insights. It provides tailored analysis, flexible use cases, and seamless integration into the PR process, enhancing code quality, security assessments, and performance optimizations.
August 12, 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 that automates the deployment of applications across various cloud providers. It simplifies the process by allowing developers to describe their infrastructure needs in plain English, and Sherpa figures out how to configure and deploy it automatically. This tool reduces the need for manual configuration and expertise in DevOps, making it easier for developers to ship products efficiently.
August 12, 2026
Shipi18n Auto Translate
Version updated for https://github.com/Shipi18n/shipi18n-github-action to version v2.0.0.
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 The Shipi18n GitHub Action automatically translates i18n locale files using your own LLM, providing an open-source solution for translating without a Shipi18n account or hosted API. It supports incremental mode and allows you to skip keys or paths during translation, while also verifying placeholder preservation and key consistency. The action can output translated files, verification errors, warnings, and skipped keys count.
August 12, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.23.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 .github/CODEOWNERS file. It allows repository owners to approve or merge PRs by commenting with specific commands or reactions, ensuring only authorized users can perform these actions. The app supports multiple formats for command submission and provides features like reaction-based approval, merge method control, and automated cleanup of bot interactions.
August 12, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
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 reads values from environment variables and replaces placeholders in specified configuration files. It automates tasks like updating configuration settings dynamically based on runtime conditions, ensuring consistency across environments.
August 12, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
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 The deploy-swarm-service GitHub Action automates the deployment of a service to a Docker Swarm cluster. It performs two main tasks: running npm ci and bundling the project, then committing the resulting dist directory. This ensures that only necessary changes are pushed to the repository, reducing unnecessary uploads and improving deployment efficiency.
August 12, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0.
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 with Google Sheets to automatically send assignment results from GitHub Classroom. It enables the following functionality:
Integration: Automatically updates a Google Sheet with students’ grades and additional information. Task Results: Supports multiple tasks by dynamically adjusting column names based on task IDs specified in the workflow. Column Management: Handles the creation of new columns for tasks that are not yet present in the sheet. Security: Uses service account credentials to ensure secure access to the Google Sheets API. Key Capabilities Automatically updates assignment results in a Google Sheet. Supports multiple tasks by dynamically adjusting column names. Creates new columns and rows as needed based on task IDs specified in the workflow. Securely integrates with Google Sheets using service account credentials. What’s Changed Updated comments (bf17880) Updated .dockerignore (498a6f7) Updated readme (bbb6b5a) Changed dockerfile to docker pull (8c8584b) Changed dockerfile to docker pull (23fa131) Fixed inputs (844c583) Merge pull request #5 from SPGC/using-result-base64-string (042d99f) Fixed input name (92dd201) Merge pull request #4 from SPGC/using-result-base64-string (79dad97) Code cleanup and fix bug with empty env variables (b474731)
August 12, 2026
sverklo audit
Version updated for https://github.com/sverklo/sverklo to version v0.29.4.
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 Sverklo is an open-source local-first Memory and Context Provider server designed to enhance coding agents by providing them with contextual information such as symbols, callers, diffs, blast radius, and git-pinned decisions before they edit. It allows users to use Sverklo when their agent needs relationships before editing or when they know the exact string. The action is particularly useful for large codebases where writing and running scripts can be time-consuming.