August 16, 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 update assignment results. It requires setting up Google API credentials and sharing the sheet with a service account, then configuring secrets in your GitHub repository. The action uses the classroom-resources/autograding-command-grader@v1 grader and updates a specified Google Sheet with students’ scores.
August 16, 2026
move-test-gen coverage check
Version updated for https://github.com/talongate/move-test-gen to version v1.5.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 This GitHub Action generates edge-case test suites for Sui Move functions by covering various scenarios such as boundary values, arithmetic edges, access control issues, state machine problems, and economic considerations. It automates the creation of [test] and [expected_failure] functions to verify function correctness and handle potential errors during execution.
August 16, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.9.
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 building of Wails.io projects using GoLang and NodeJS. It builds a binary for specified platforms, caches the build, and optionally uploads artifacts or publishes releases on tag. The action supports various configurations such as Go version, Wails version, and Node.js/Deno versions.
August 16, 2026
darnlink — self-healing Markdown links
Version updated for https://github.com/txemi/darnlink to version v0.23.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 The darnlink GitHub Action automates the task of automatically healing Markdown links in a documentation folder after refactoring or moving files and folders. It uses deterministic, self-healing logic to ensure that links remain valid even when their targets are relocated or renamed. The action supports both local and cross-repo web links and can be used via the command line with minimal setup.
August 16, 2026
ReactOS-vm
Version updated for https://github.com/vmactions/reactos-vm to version v1.0.0.
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 CI testing of ReactOS on various virtual machines (VMs). It addresses the problem of running CI tests across different architectures and operating systems, including ReactOS, which is not officially supported in a straightforward manner by standard CI tools. The action uses AnyVM.org to manage VM images and provides a user-friendly interface for specifying test requirements, such as release and architecture. With the vmactions-ci skill, users can describe their testing needs, and the action will generate a ready-to-commit YAML file for GitHub Actions that automates the setup and execution of CI tests on ReactOS, handling tasks like installing toolchains, syncing source code, and managing environments.
August 16, 2026
Ubuntu-vm
Version updated for https://github.com/vmactions/ubuntu-vm to version v1.0.0.
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 running continuous integration (CI) tasks on Ubuntu-based virtual machines. It supports various architectures like x86_64, aarch64, riscv64, s390x, and ppc64le, providing flexibility for different environments. The action handles the setup of tools and dependencies, forward secrets and environment variables, and synchronize code between the host and VM. It also supports multiple major versions, with v1 being the recommended version.
August 16, 2026
Harmans Code Coverage Report
Version updated for https://github.com/hrgui/lcov-reporter-action to version v0.1.0.
This action is used across all versions by 7 repositories. Action Type This is a Node action using Node version 12.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates a HTML test coverage report for your Jest tests, based on the lcov coverage report generated by your test runner. It automatically comments a pull request with the report, helping developers quickly identify areas of code not covered by tests.
August 16, 2026
reflint reference-integrity linter
Version updated for https://github.com/hyuga611/reflint to version v0.11.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 reflint is a zero-dependency reference integrity linter for AI agent configuration files, designed to fail PRs when references (like paths or scripts) point at non-existent files. It automates the verification of file existence for AGENTS.md, llms.txt, and CLAUDE.md, providing inline PR annotations and job failures on missing references.
August 16, 2026
Validate AI-generated Python
Version updated for https://github.com/jkanselaar/python-code-validator to version v1.22.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 Python code validation and repair, providing comprehensive checks including syntax and lint diagnostics, AST security policy, bandit pass, credential scan, and deterministic repair. It allows users to specify the intended functionality through assertions or doctest lines, ensuring that the code meets its requirements before being executed or repaired. The service runs within a read-only filesystem environment and charges based on usage, with a free tier providing up to 25 static checks per day.
August 16, 2026
Check Empty Files
Version updated for https://github.com/jonathandung/check-empty to version v1.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 check-empty automates the task of ensuring that specified files and directories are empty. It efficiently checks files without excessive filesystem stat calls, clearing them effectively if necessary. This tool supports a variety of programming languages and environments, including Python 3.6+, PyPy, and GraalPy, making it suitable for various projects. The action can be used as a CLI, pre-commit hook, or GitHub Action step to enforce empty file requirements in code repositories.