August 23, 2026
Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.23.
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 The Docker Compose Cache Action automates the caching of Docker images specified in Docker Compose files to reduce CI/CD workflow execution time. It parses Compose files, intelligently caches images using digests for verification and selectively pulls images when necessary, supporting multiple Compose files and image exclusion options. This action helps optimize build times by avoiding unnecessary image pulls from registries.
August 23, 2026
Profile Cards
Version updated for https://github.com/seijikohara/profile-cards-action to version v1.0.0.
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 SVG profile README cards using the GitHub GraphQL API, providing various visual statistics such as lifetime contributions, contribution streaks, and repository ranking. It automates the rendering of these cards into plain SVG files that can be committed back to a repository. The action supports dark and light themes, badge pills for brands, and animates card entries on entry only.
August 23, 2026
Sherpa.sh
Version updated for https://github.com/sherpa-sh/Sherpa-Action to version v1.0.0-alpha.1.
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-based tool that simplifies cloud infrastructure management. It allows developers to describe their deployment needs in plain English and automatically configures the necessary resources, including servers, DNS, SSL certificates, CDN, databases, backups, load balancing, and more. Sherpa handles all infrastructure provisioning tasks, making it easier for developers to focus on building their applications without worrying about configuration details.
August 23, 2026
outline-sync-docs-action
Version updated for https://github.com/SimonPrinz/outline-sync-docs-action to version v1.0.0.
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 The Outline Sync Docs Action automates the process of syncing markdown files from a specified directory in your repository to an Outline collection. It ensures that documents are created, updated, or archived as necessary based on their titles and nesting structure, while maintaining document history for any moves. The action requires the outline base URL, API key, collection ID, document ID (optional), and repository path for input configuration.
August 23, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.46.2.
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 CODEOWNERS file permissions. It allows users to comment with slash commands, mentions, or bare commands to approve/merge PRs and provides features like reaction-based approval and merge methods. The action also offers cleanup options for managing bot reactions, approvals, and comments.
August 23, 2026
Ruleset Trigger
Version updated for https://github.com/solairen/ruleset-trigger to version 1.0.6.
This action is used across all versions by 6 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Ruleset Manager is a Python utility that allows users to manage GitHub repository rulesets programmatically through the GitHub API. It enables and disables ruleset enforcement via simple API calls, making it easier for developers to automate rule management tasks within their workflows.
August 23, 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 bundling dependencies and committing the resulting distribution to the repository.
What’s Changed fix: Update dependencies (5336574) fix: Update dependencies (e9c2fe7) fix: Update dependencies (0b48905) fix: Update dependencies (7cff14c) fix: Improve error output (7cd1d73) fix: Improve error output (92f3eca) fix: Improve error output (4db44f1) fix: Update dependencies (0ff3213) Create README.md (e1316ba) fix: Run bundle in Linux container to ensure dist is the same locally and on github (eb002ab)
August 23, 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 GitHub Classroom with Google Sheets to automatically send assignment results to the spreadsheet. It enables organizations to track student submissions and grades using a single tool. The action requires configuring Google Cloud credentials and sharing the sheet with the service account email, then adding it as a secret in their GitHub repository. Users can specify task results and table ID in their workflow to update the Google Sheet accordingly.
August 23, 2026
GitGalaxy Scanner
Version updated for https://github.com/squid-protocol/gitgalaxy to version v2.4.8.
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 GitGalaxy is a technical tool designed to create a comprehensive, language-agnostic structural graph of an entire repository directly from source text. It addresses challenges in analyzing large and complex repositories by extracting common structural signatures without the need for successful builds or separate parser/toolchains for every language. The resulting graph can be used for various tasks such as architecture analysis, risk exposure prioritization, dependency/SBOM analysis, refactoring and ownership analysis, legacy-code analysis, AI-oriented codebase context, CI/CD workflows, and historical risk analysis.
August 23, 2026
battest Action
Version updated for https://github.com/tboy1337/battest to version v1.0.12.
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, battest, is a runtime test runner for Windows batch files that provides features like running real cmd.exe in isolated temp workdirs with assertions on exit code, stdout, stderr, environment, and filesystem side effects. It supports param overlays, setup/teardown, stdin, env, and copy-in fixtures. The action can be used to automate tasks by asserting on the output of batch files and handling complex scenarios with PATH mocks for external commands.