August 8, 2026
EvalCanary Diff
Version updated for https://github.com/lmdixon23/evalcanary to version v0.1.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 EvalCanary automates the process of evaluating and comparing two different evaluators for a fixed set of cases. It helps detect drift in evaluation results when an evaluator is updated, ensuring that changes to verifiers or scorers do not introduce unexpected behavior. The action provides detailed reports on how individual cases change between versions and offers insights into subgroup effects and uncertainty estimates.
August 8, 2026
Totem Shield
Version updated for https://github.com/mmnto-ai/totem to version @mmnto/pack-rust-architecture@1.113.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 Totem is a file-based toolkit that helps manage project lessons, rules, and context using plain markdown files. It provides a local, zero-LLM linter to enforce lint rules derived from these lessons, ensuring deterministic behavior. This approach reduces the risk of architectural mistakes in AI coding agents by keeping the project’s history and context within the repository itself.
August 8, 2026
Upload to Nexus Mods
Version updated for https://github.com/Nexus-Mods/upload-action to version v1.0.0-beta.9.
This action is used across all versions by 79 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 process of uploading new versions of files to NexusMods using their v3 API. It solves the problem of manually uploading mod files by integrating it into a CI/CD workflow, allowing developers to automate the release process and streamline their development workflow. The action provides features for uploading files with customizable metadata such as version number, display name, and description, while also supporting advanced options like archiving existing versions and managing download settings for mod managers.
August 8, 2026
Go Proxy Cache Updater
Version updated for https://github.com/nicholas-fedor/go-proxy-pull-action to version v1.1.40.
This action is used across all versions by 10 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Go Proxy Cache Updater Action automatically pulls new Go module releases to your proxy cache when tags are created, ensuring your module is immediately available and documentation is updated on platforms like pkg.go.dev. It supports standard version (vX.Y.Z) and submodule version tags (submodule/path/vX.Y.Z) formats, custom import paths, and customizable proxy configurations.
August 8, 2026
Nox Security Scanner
Version updated for https://github.com/Nox-HQ/nox to version v1.27.0.
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 Nox is an open-source, offline-first static analysis tool designed for AI application developers. It scans their applications to identify potential security risks such as prompt injection, embedding leakage, agent over-privilege, and more. Nox also detects vulnerabilities in code and dependency provenance issues. The main purpose of Nox is to provide a static analyzer that helps developers ensure the safety and integrity of their AI applications without requiring access to external services or sending code to vendors.
August 8, 2026
Changelog Bot Runner Nyaomaru
Version updated for https://github.com/nyaomaru/changelog-bot to version v0.6.9.
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 The @nyaomaru/changelog-bot GitHub Action automates the process of creating polished changelog entries by combining commit history, PR titles, and release notes. It solves problems related to tedious manual changelog writing by generating concise entries automatically. The action supports LLM superpowers for tone-aware summaries or uses a robust heuristic fallback if necessary. It can open PRs with updated changelogs and maintain compare links and release notes in the correct format. Safe defaults are included to prevent issues like duplicate versions and failed releases due to AI unavailability. The tool is designed to be used as a GitHub Action, reusable workflow, or CLI, reducing the need for fragile scripting.
August 8, 2026
Critical URL SEO Release Guard
Version updated for https://github.com/plainproof-labs/release-regression-guard to version v1.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 Release Regression Guard is a GitHub Action that automates critical URL checks for SEO purposes after deployments. It compares repository-declared URLs against an expectation manifest, reporting pass/fail outcomes with detailed summaries and evidence. The action supports various checks such as HTTP status, same-origin redirects, indexing, canonical URLs, metadata presence, sitemap membership, and internal links. Users can install the Action from a published version or SHA, ensuring robustness and maintainability in their workflows.
August 8, 2026
Oversight Lint
Version updated for https://github.com/rachelslurs/oversight-lint-action to version v1.2.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 linting of Storybook MCP components manifest files using the oversight-lint tool. It checks that each component has comprehensive documentation, failing the build if any components are missing descriptions or have incomplete docgen content. The action integrates with the storybook-addon-oversight for real-time documentation surfaces in Storybook during development.
August 8, 2026
wavedash-action
Version updated for https://github.com/remarkablegames/wavedash-action to version v1.0.4.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates uploading and publishing web game files to Wavedash. It simplifies the process of integrating Wavedash functionality into your project, handling both auto-creation of wavedash.toml and injection of the Wavedash SDK into HTML entrypoints. The action supports various configurations for game ID, upload directory, and entrypoint, as well as options to publish builds with release notes.
August 8, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.18.
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 action computes a deterministic SHA-256 hash for a Docker image build, based on the Dockerfile content, any build arguments, and files referenced by COPY/ADD instructions within the build context. It helps in cache-busting, change detection, and creating deterministic CI pipelines by ensuring that the hash changes whenever there are updates to the Dockerfile or its dependencies.