I know that calculus is generally done in radians and that $\int{\sin{x}}$ ${dx}=-\cos{x}+C$ when working with them.
I am trying to find the following definite integral with respect to $x$ from $0$ to $30$ degrees:
$$\int_{0}^{30}{\sin{x}} \; {dx}$$
What is the antiderivative of $\sin{x}$ when $x$ is given in degrees?
When I evaluated $\int_{0}^{30}{\sin{x}}$ ${dx}$ when my calculator is in degree mode, I get $\approx7.676178925$ but this is not equivalent to the corresponding definite integral given when my calculator is radian mode. With a $30$ degree angle having a radian measure of $\frac{\pi}{6}$, I evaluated $\int_{0}^{\frac{\pi}{6}}{\sin{x}}$ ${dx}$ which gave $\approx.1339745962$, which makes sense since $1-\cos{\frac{\pi}{6}}\approx.1339745962$.
My second question is, what is the meaning of $\int_{0}^{30}{\sin{x}}$ ${dx} =7.676178925$ when $x$ is given in degrees? I noticed that $\frac{7.676178925\pi}{180}\approx.1339745962$ but am not sure what implication that has for this problem other than the fact that it is $7.676178925$ degrees in radians.
To find the integral in degrees, it's better - for clarity's sake, not necessarily any formal reason - to start in radians with the conversion to degrees in the sine function. That is,
$$\sin(x^\circ) = \sin \left( \frac{\pi \; \text{radians}}{180^\circ} x^\circ\right )$$
We just typically omit the "radians" because "radians" is less a unit of measure like the degree, than just a measure or a ratio like $\pi$, but writing it explicitly like above helps. Though going forward I'll omit that, but it should be clear that the argument of the function on the right becomes one in degrees.
Then, making use of typical antidifferentiation techniques and rules, and utilizing $\pi = 180^\circ$,
$$\begin{align} \int \sin(x^\circ)dx &= \int \sin \left( \frac{\pi}{180^\circ} x^\circ\right )dx \\ &= \frac{-180^\circ}{\pi} \cos \left( \frac{\pi}{180^\circ} x^\circ \right) +C\\ &= \frac{-180^\circ}{\pi} \cos \left( x^\circ \right) +C \end{align}$$
Of course, the fundamental theorem of calculus ($\int_a^b f(x)dx = F(b)-F(a)$) also applies here. Just remember to be sure $a,b$ are also in degrees. Beyond that, the antiderivative is basically the same as in radians.
As for your second question, the meaning of any integral is essentially the same: the signed area under the curve of the integrand between the two points chosen as the bounds. Note that it is not going to share the same units as the integrand, i.e. it's not going to be in degrees.