August 17, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.36.0.
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 rules. It allows users to approve, merge, or cleanup PRs with commands, mentions, or reactions, while respecting repository permissions. The app handles multiple command formats and provides emoji feedback for approval status.
August 17, 2026
Vulnerability Spoiler Alert
Version updated for https://github.com/spaceraccoon/vulnerability-spoiler-alert-action to version v1.7.0.
This action is used across all versions by 3 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 detects security vulnerabilities by monitoring open-source repositories and using AI to analyze commit messages, labels, and PR descriptions. It creates detailed issues with vulnerability analysis when a concrete exploit is demonstrated. The action supports multiple providers (Anthropic, OpenAI, DeepSeek) and can be configured to monitor specific repositories and create issues in different locations.
August 17, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.42.
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 SSG action is a fast static site generator written in Go that converts Markdown with YAML frontmatter into a complete website, including clean URLs, templates, feeds, search, image processing and native deployment. It works well for blogs, WordPress migrations, documentation, company sites, portfolios, and landing pages. The main purpose of the action is to streamline the process of creating and deploying static websites by automating content conversion and rendering, handling template engines, SEO metadata, and deployment options.
August 17, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0marketplace.
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 Google Sheets with GitHub Classroom to automatically record assignment results. It uses service account credentials to authenticate and update the specified Google Sheet. The action allows users to specify student names, task results, and table IDs in their workflows. By doing so, it automates the process of updating grades directly into a Google Sheet.
August 17, 2026
Set up Feint
Version updated for https://github.com/stephrobert/setup-feint to version v1.0.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 provides a local emulator for Terraform, OpenTofu, or Scaleway, Outscale, and Exoscale CLIs using the Feint project. It automates the setup of an environment without needing cloud credentials or account management. The action downloads a pre-compiled binary, verifies its checksum, starts the emulator, and exports necessary provider configurations for seamless integration with Terraform commands. Users can specify the version and desired provider to run their infrastructure tests locally.
August 17, 2026
Setup GitHub CLI Actions
Version updated for https://github.com/v2d27/setup-gh-cli to version v1.5.
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 installation of the GitHub CLI (gh) on self-hosted runners across multiple platforms and architectures. It supports multi-platform support, multi-architecture support, automatic archive format detection, tool caching, version flexibility, and platform detection. The action can be configured to install the latest version or a specific version of gh, and it simplifies setting up GitHub CLI in workflows by providing detailed usage examples and configuration options.
August 17, 2026
Vaara Policy Check
Version updated for https://github.com/vaaraio/vaara to version v1.68.0.
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 Vaara is an AI-driven tool that provides verifiable receipts for autonomous actions, ensuring accountability by tracking every decision, call, and outcome in a tamper-evident ledger. The action automates the process of risk-scoring and logging actions according to predefined policies, allowing for transparent and trustworthy verification of any autonomous decision made within the system.
August 17, 2026
Vibgrate Scan
Version updated for https://github.com/vibgrate/cli to version v2026.817.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 The GitHub Action provides a local codebase intelligence tool called vg that generates a deterministic code graph, calculates drift scores and risk indices, and identifies potential fixes. It helps developers understand the state of their codebases and plan for updates without relying on external APIs or data transfer. The action runs entirely on the developer’s machine and does not require any network calls or data exfiltration unless explicitly pushed to a repository.
August 17, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.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 RustScript is a tool that allows users to write Rust scripts and run them as if they were shell scripts. It compiles Rust code into a native binary, enabling scripts to be executed quickly and directly without the need for compilation. The action supports various features of Rust, including functions, closures, structs, enums, patterns, loops, iterators, and standard library bridging for common tasks like file I/O, network operations, and more. It also provides a cmp command to compile and run scripts as native binaries directly from the terminal.
August 17, 2026
ProofRun Verify
Version updated for https://github.com/yebiguo/ProofRun to version v0.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 ProofRun is a tool that cryptographically verifies whether AI coding agents’ reported test results are accurate. It does this by comparing the exact code state (git commit and uncommitted changes) to the results of running checks, ensuring that any change in code invalidates previous check results marked as “PASS.” This helps prevent false claims about tests passing when the actual code has changed.