August 27, 2026
npm release
Version updated for https://github.com/vitalets/npm-release to version v2.1.1.
This action is used across all versions by 3 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 process of releasing an npm package by performing several key tasks:
It updates the package.json with a specified channel and version increment. It generates and appends changelog entries based on a predefined format in CHANGELOG.md. It commits, tags, and pushes the release commit to the repository. It publishes the package to npm using OIDC trusted publishing without requiring an npm token. It creates a GitHub Release with the extracted changelog notes for easy tracking of changes. The action is designed to be integrated into workflows that handle package releases, ensuring that the process is automated and secure. What’s Changed Use next as the prerelease channel in workflow examples, documentation, and tests Document that prereleases published to the next dist-tag are installable as package-name@next
August 27, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.14.
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 developers to write helper scripts in Rust, run them like shell scripts without the need for compilation. It interprets a practical subset of Rust, making it fast to execute and validate scripts instantly. RustScript supports a wide range of features, including functions, closures, structs, enums, loops, iterators, and more. It also has built-in support for std libraries and many popular crates through bridges. However, it does not support std::thread, static mut, lifetimes, or generic bounds at runtime.
August 27, 2026
AlmaLinux-vm
Version updated for https://github.com/vmactions/almalinux-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 The Run GitHub CI in AlmaLinux action automates the process of running CI pipelines on AlmaLinux virtual machines. It solves the problem of setting up and managing complex CI environments across multiple platforms, including Ubuntu, Windows, and MacOS, by providing a standardized approach to running builds and tests on AlmaLinux. The action supports various release versions and architectures, offering seamless integration with GitHub workflows without requiring manual configuration or installation.
August 27, 2026
Alpine-vm
Version updated for https://github.com/vmactions/alpine-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 runs CI on Alpine Linux. It allows users to easily set up continuous integration (CI) pipelines for their projects using Alpine, which is commonly used in containers and microservices environments. The action automates the setup of an Alpine environment by installing necessary packages and running commands within it. Users can specify environment variables and scripts to be executed in the VM.
August 27, 2026
Debian-vm
Version updated for https://github.com/vmactions/debian-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 allows users to run CI jobs on Debian-based virtual machines. It supports various Debian releases and architectures including x86_64, aarch64, riscv64, and ppc64le. The action is AI-ready and can generate CI workflows based on natural language descriptions, automating the selection of VMs, toolchains, and configurations for users. It supports pushing changes to source code and synchronizing it with the virtual machine.
August 27, 2026
Haiku-vm
Version updated for https://github.com/vmactions/haiku-vm to version v1.1.5.
This action is used across all versions by 65 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 CI tests on Haiku, a lightweight Unix-like operating system. It supports different releases and architectures, including x86_64 and riscv64. The action uses AnyVM to build images of Haiku for these environments and automatically generates a GitHub Actions workflow based on user input. Users can specify environment variables and commands to run in the VM.
August 27, 2026
HardenedBSD-vm
Version updated for https://github.com/vmactions/hardenedbsd-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 The HardenedBSD VM action automatically sets up and runs CI on HardenedBSD, supporting various architectures and features like serial console access. It automates the process of building and running tests in a hardened environment using AnyVM.org and vmactions-skill for AI-driven configuration.
August 27, 2026
OPNsense-vm
Version updated for https://github.com/vmactions/opnsense-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 allows users to run CI/CD tests in OPNsense, a popular open-source firewall and router platform. It simplifies the process of automating test cases across different releases and architectures by leveraging AI coding agents, such as Claude Code or Codex, which generate tailored GitHub Actions workflows for specific requirements. The action supports Ubuntu, Windows, and MacOS, but does not directly support OPNsense’s unique architecture due to its reliance on /conf/config.xml and UFS filesystem.
August 27, 2026
Kover Report Action
Version updated for https://github.com/yshrsmz/kover-report-action to version v3.1.39.
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 Kover Report Action is a GitHub Action designed to generate and report code coverage from Kover XML reports in Kotlin/Android projects with multi-module support. It supports both Gradle command-based and glob pattern module discovery, allows configurable thresholds per module type and name, integrates with PR comments for automatic updates, tracks coverage history using visual ASCII graphs and trend indicators, and exports coverage data for further use.
August 27, 2026
Setup Ndless
Version updated for https://github.com/Ziyang-Bai/setup-ndless 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 The setup-ndless GitHub Action automates the setup of the Ndless SDK and ARM toolchain on Ubuntu/Linux runners, providing a consistent environment for building projects targeting Nintendo DS consoles. It installs necessary dependencies, caches the installation for reuse across builds, and exports critical environment variables for later steps in the pipeline. The action supports parallel builds and can handle different versions of Ndless through commit references or tags.