Skip to main content
Home

latest

A toolset for working with and creating GitHub Actions.

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
a year ago (0.1.30)

This module provides a set of functions to interact with GitHub Actions.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@actions/toolkit

Import symbol

import * as toolkit from "@actions/toolkit";
or

Import directly with a jsr specifier

import * as toolkit from "jsr:@actions/toolkit";

Add Package

pnpm i jsr:@actions/toolkit
or (using pnpm 10.8 or older)
pnpm dlx jsr add @actions/toolkit

Import symbol

import * as toolkit from "@actions/toolkit";

Add Package

yarn add jsr:@actions/toolkit
or (using Yarn 4.8 or older)
yarn dlx jsr add @actions/toolkit

Import symbol

import * as toolkit from "@actions/toolkit";

Add Package

vlt install jsr:@actions/toolkit

Import symbol

import * as toolkit from "@actions/toolkit";

Add Package

npx jsr add @actions/toolkit

Import symbol

import * as toolkit from "@actions/toolkit";

Add Package

bunx jsr add @actions/toolkit

Import symbol

import * as toolkit from "@actions/toolkit";