August 13, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.7.
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 RustScript is an interpreter that runs Rust scripts without compiling them. It supports basic Rust features like functions, loops, conditionals, and error handling, but does not support complex types or standard library features. The main purpose of RustScript is to allow developers to quickly test and iterate on small scripts in Rust without waiting for a full compilation process.
August 13, 2026
RSecrets Scanner
Version updated for https://github.com/whit3rabbit/secrets-scanner to version v0.2.3.
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 automates the detection of leaked secrets in source code, configuration files, and pipelines. It uses Rust to perform fast multi-stage scanning with features like fast matching, custom rules, and support for gitleaks-compatible configurations. The action can scan various sources including git-tracked files, changed files, full history patches, staged index blobs, and untracked files. It outputs results in multiple formats (text, JSON, JSONL, SARIF) and supports suppressions and baselines.
August 13, 2026
Picket Secret Scanner
Version updated for https://github.com/willibrandon/picket to version v0.2.10.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Picket is a secrets scanner for .NET that provides a command-line tool, an interactive report triage companion, and native AOT releases. It can scan staged Git changes, Hugging Face models, GitLab issues, and other resources using read-only tokens stored in environment variables or secret files. The action can be integrated into GitHub Actions and Azure Pipelines, and it offers agent guards for Codex and Claude hook events.
August 13, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v1.22.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 cowork-harness is a testing tool that automates the testing of Claude Cowork skills by reproducing its observable runtime contract, including limits such as sealed filesystem and default-deny egress. It allows developers to script and automate end-to-end tests across various scenarios in a headless manner, making it suitable for CI pipelines without relying on the locked-down Desktop app. The tool provides options to test local skills with different fidelity levels (protocol, replay, live), each requiring varying prerequisites including token, runtime setup, and agent configuration.
August 13, 2026
GitBanner Profile Card
Version updated for https://github.com/yashksaini-coder/GitBanner to version v1.3.0.
This action is used across all versions by 1 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 generates and displays an open-source contribution banner for a GitHub profile README, aggregating contributions from other repositories. It helps users showcase their collaborative efforts across multiple projects. The action requires a Personal Access Token with read:user (and repo scope if including private repos) and can be configured to include specific tiles and date ranges.
August 12, 2026
JFrog Boost
Version updated for https://github.com/jfrog/boost to version v0.11.13.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 4 repositories.
Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary: Boost is a GitHub Action that automates the process of wrapping and analyzing logs from CI/CD agents. It helps in saving tokens by trimming noisy logs and keeping important context such as errors, timings, and cache hits while maintaining agent output quality. This tool uses OpenTelemetry for monitoring and can be used to automate the initialization, running tasks, and reporting process of agent outputs.
August 12, 2026
Gitscaffold – Roadmap to GitHub Issues
Version updated for https://github.com/josephedward/gitscaffold to version v0.1.17.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Gitscaffold is a command-line tool and GitHub Action designed to convert Markdown-based roadmaps into structured GitHub issues and milestones using AI-driven extraction and enrichment. It supports various features such as AI-powered issue extraction, roadmap synchronization, bulk deletion of closed issues, cleanup of issue titles, deduplication of issues, AI enrichment of descriptions, display of next action items, selection of the next open task for the current roadmap phase, comparison of local roadmaps vs GitHub issues, and more.
August 12, 2026
SST Operations
Version updated for https://github.com/kodehort/sst-ops-action to version v0.7.42.
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 various operations related to Serverless Stack (SST) applications, including deploying, diffing infrastructure changes, removing resources on PR closure, and staging deployments. It consolidates multiple composite actions into a single tool to streamline SST management workflows. The action supports deployment to specific stages, handling pull request-related operations, and provides customizable features like comment modes and output truncation.
August 12, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.72.4.
This action is used across all versions by 3,445 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates Python data models from schema definitions in various formats and supports multiple input types, including OpenAPI 3, AsyncAPI, JSON Schema, Avro, XML Schema, Protocol Buffers/gRPC, GraphQL, MCP tool schemas, and raw data. It can also convert existing Python types (Pydantic, dataclass, TypedDict) into different output types. The action handles complex schemas and produces type-safe, validated code ready for IDEs and type checkers.
August 12, 2026
Git Checkout Lite
Version updated for https://github.com/lite-actions/git-checkout 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 This GitHub Action checks out a repository using plain git. It automates the process of cloning and fetching repositories, allowing for custom configurations such as sparse checkout and partial clone filtering. The action provides options to clean the checkout directory, fetch a specific number of commits or tags, and use authentication tokens for accessing private repositories.