August 26, 2026
citeguard — retracted citation checker
Version updated for https://github.com/wedo911/citeguard to version v0.1.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 verification of citations in academic papers and research outputs by checking against Crossref’s real API to detect retracted publications. It provides a simple command-line interface and integrates with MCP servers for automated checks, ensuring that retractions are accurately flagged before being included in documents or reviews. The action helps researchers maintain up-to-date and accurate bibliographies by reducing the risk of citing retracted papers.
August 26, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v2.3.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 The cowork-harness action is a test harness for Claude Cowork skills that emulates the observable runtime contract closely enough to test them across multiple scenarios and in CI environments. It reproduces constraints like the sealed filesystem, default-deny egress, and MCP-only cross-boundary, providing evidence of what the agent actually did rather than just what it said. This helps in ensuring skill reliability without relying on a locked-down Desktop app and is not a guarantee but a strong signal for test outcomes.
August 26, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.21.
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 Docker Hash Action computes a deterministic SHA-256 hash for a Docker image build based on the Dockerfile content, build arguments, and referenced files in the build context. It helps with cache-busting, change detection, and deterministic CI pipelines by ensuring that the hash changes when these factors change.
August 26, 2026
Scratchsmith
Version updated for https://github.com/schubydoo/scratchsmith to version v0.2.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 Scratchsmith automates the creation of minimal, non-root OCI images from dynamically linked glibc ELF binaries. It resolves dependencies using ld.so, stages necessary glibc components like NSS modules and a working nsswitch.conf, and assembles an image that can be executed without Docker. The action supports features like SBOM generation, ELF hardening linting, and detection of gaps in dynamic linking behavior through dlopen. It provides a daemonless workflow for packaging binaries into OCI images, making it suitable for use cases where static linking is not possible or when quick, reproducible builds are needed without Docker.
August 26, 2026
pi GitHub Action
Version updated for https://github.com/shaftoe/pi-coding-agent-action to version v2.27.1.
This action is used across all versions by 14 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 integrates the Pi coding agent with Git hosting platform workflows, supporting multiple platforms that provide GitHub-compatible APIs and CI/CD environment variables. It provides a familiar workflow for running Pi as CLI, offers minimal batteries included UX, supports chaining sessions and composing workflows, integrates with GitHub workflows natively, and replicates interactive session sharing capabilities. The action is useful for issue assistance, PR assistance, automated code reviews, recurring tasks, and can be integrated into custom pipelines to generate prompts from upstream actions/workflows.
August 26, 2026
mowmow lawn
Version updated for https://github.com/sudongcu/mowmow to version v1.0.3.
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 mowmow action automates the creation of a visual representation of GitHub contributions in the form of an animated SVG. It generates a lawn-like graphic that reflects the developer’s contribution history, with each commit representing a tuft of grass that grows over time. The action is set to run daily and can be easily integrated into any public repository by adding a workflow configuration file to the .github/workflows directory.
August 26, 2026
i18n-ai-translate
Version updated for https://github.com/taahamahdi/i18n-ai-translate to version v5.3.0.
This action is used across all versions by 6 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The i18n-ai-translate GitHub Action automates AI translation of i18n locale files, including JSON and other formats like Gettext .po, Java .properties, iOS .strings, Rails YAML, JS/TS modules, and ICU MessageFormat (next-intl). It allows users to choose from multiple engines, supports parallel batch processing, verifies translations for accuracy, preserves existing translations, and offers diff-aware translation. The action can be used as a CLI, GitHub Action, or Node library, with options to specify languages, check modes, format awareness, context injection, dry runs, and exclude specific locales.
August 26, 2026
auto-generate-release-note
Version updated for https://github.com/TakuKobayashi/auto-generate-release-note to version v2.0.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 The GitHub Action uses a local Ollama model to summarize Git history and diffs for creating or updating GitHub Releases, automatically generating Markdown. It supports multiple languages, including bilingual output with English. The action excludes images, videos, archives, binaries, and other non-source contents from the prompt and falls back to deterministic notes based on commits if Ollama inference fails.
August 26, 2026
Delivery Autopilot Runner
Version updated for https://github.com/Tekunda/autopilot-runner to version v1.0.44.
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 Delivery Autopilot Runner GitHub Action automates the process of creating pull requests from tickets managed by Delivery Autopilot. It uses AI to write code and performs quality checks, ensuring that the pull request is reviewed and approved before being merged into the main branch. The action requires an active subscription to Delivery Autopilot and connects to your repository through GitHub Actions, handling the workflow without sending any sensitive data directly to Tekunda’s servers.
August 26, 2026
SlopLock
Version updated for https://github.com/theinfosecguy/sloplock to version v2.2.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary SlopLock is an automated security tool that helps prevent the installation of AI-generated or malicious dependencies by checking their existence, age, and trustworthiness across multiple public registries. It solves the problem of identifying and blocking new, potentially harmful packages before they can be installed on developer machines or merged into pull requests. The action checks each dependency name for existence and age, providing a summary report with annotations and job summaries for easy tracking and management.