August 4, 2026
Oversight Lint
Version updated for https://github.com/rachelslurs/oversight-lint-action to version v1.1.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 This GitHub Action automates linting of Storybook MCP components to ensure component documentation is present. It fails the build if any components are missing documentation, helping catch regressions early in the development cycle. The action reads the built components JSON from a manifest and compares it against expected documentation using rules defined in oversight.config.json.
August 4, 2026
Podcast Generator 17.38
Version updated for https://github.com/real-eric-sobek/podcast-generator to version v1.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 generates podcasts based on a template. It automates the process of creating audio files using text-to-speech (TTS) technology, which can save time and effort for podcast producers by allowing them to focus on content creation instead of recording and editing audio manually. The action supports various languages and dialects and can generate different types of podcasts such as interview shows or news reports.
August 4, 2026
Remyx Outrider
Version updated for https://github.com/remyxai/outrider to version v1.7.48.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Outrider is a GitHub Action that automates the validation and comparison of new machine learning methods against existing codebases, helping teams measure changes against metrics they already track. It uses ephemeral runners to prevent context pollution and supports multiple model backends, including Anthropic Opus and z.ai GLM-5.2, allowing for efficient exploration and selection of methods.
August 4, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v1.
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 prints “Hello World” or a personalized greeting to a specified person. It automates tasks related to sending greetings and provides flexibility in customizing the greeting message by allowing input of a name.
August 4, 2026
SpecGuard CI
Version updated for https://github.com/Sawaiz-zip/spec-guard to version v0.4.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 SpecGuard is a GitHub Action that enforces semantic governance by checking the scope and content of spec files against locked goals and scopes, preventing potential direction shifts without proper approvals. It uses AI to analyze changes and provides warnings or blocks based on confidence levels. The action integrates with Anthropic for AI-powered analysis, enhancing its functionality and accuracy in detecting scope changes.
August 4, 2026
wary-sh
Version updated for https://github.com/sawyermd511-bit/wary to version v1.
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 Wary action checks if a package name is real and not a typosquat, helping developers avoid installing potentially malicious packages by focusing on legitimate names. It automates the verification process of package names before installation, providing a tool to scan projects and detect new dependencies that could be impersonations or hallucinations from AI assistants.
August 4, 2026
Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.20.
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 This GitHub Action automates the caching of Docker images used in Docker Compose files to speed up CI/CD workflows. It parses and caches each image as a separate tarball, verifies freshness using digests, and selectively pulls images based on cache status and digest verification. This reduces build times by avoiding unnecessary downloads and ensures consistent image versions across builds.
August 4, 2026
Profile Cards
Version updated for https://github.com/seijikohara/profile-cards-action to version v0.0.4.
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 Profile Cards Action is a GitHub Action that generates SVG profile README cards from the GitHub GraphQL API. It automates the process of creating detailed and visually appealing profile cards, including overview, contribution history, streaks, composition, activity rhythm, and language treemap. The action produces self-hosted SVG files and can commit them back to the repository, making the cards theme-aware and reproducible.
August 4, 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 uses Amazon Bedrock Agent to analyze files in a pull request and provide feedback. It is customizable to meet specific requirements and can integrate with Amazon Bedrock Knowledge Bases for enriched, context-aware insights. The action supports various programming languages and integrates seamlessly into the PR process.
August 4, 2026
Read or Modify JSON
Version updated for https://github.com/SocksTheWolf/github-action-json to version v1.5.0.
This action is used across all versions by 4 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 provides a way to edit or read JSON files, including package.json. It allows users to replace or remove specific keys within the JSON file and supports recursive merging of nested objects. The action is useful for automating tasks that require updating configuration files in a repository.